Skip to content

TrippleA-Ashaba/django_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Django Login and Authentication App

To use the Django Login and Authentication App:

  1. Create a new Virtual Environment on the same level as the manage.py file

  2. Activate the virtual environment

$ source env/Source/activate
  1. install the dependencies from the requirements.txt file
pip install -r requirements.txt
  1. Start App
 python manage.py runserver

Note

Tests have not been included.

Releases

No releases published

Packages

No packages published