Skip to content

Register and enter in your account with django. This is a basic and functional template using functions on views.py

Notifications You must be signed in to change notification settings

BraceroInSabot/Login-and-Signup-Django-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go in and go out!

Basic login and signup template, a very useful function on your project

Today, one of the most important things on the internet is the privacity, so, as a developer you should take care of the user security and provide him many tools, such as accounts...

Installation

  1. Install Python and a CLI (Pycharm or Visual Studio Code is strongly recommended) on your computer

  2. Create a virtual environment using the comand on your terminal
  3. python3 -m venv venv

  4. Activate it

    - On Windows
    venv/Scripts/Activate.bat

    - On Linux
    source venv/bin/activate

  5. Download all the lib using the command line pip install -r requirements.txt in your terminal

  6. Download the Project and past it where the virtual enviroment is installed

How to use it

  1. Open your CLI

  2. Then open the folder where you have decided to place the project

  3. With the project up to work, open your terminal and insert the following command lines:
    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py runserver

  4. After done, access this link on your browser http://127.0.0.1:8000/

Meta


Guilherme Bracero Gonzales


LinkedIN - [Guilherme Bracero](https://www.linkedin.com/in/guilherme-bracero/)
Instagram - [Bracero](https://instagram.com/guilhermebracero)
Email - [guibragon@gmail.com](www.gmail.com)

About

Register and enter in your account with django. This is a basic and functional template using functions on views.py

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages