A Basic User authentication Application Using Django.
Features:
- User Homepage.
- User Registration.
/register
- User Login.
/login
- User Dashboard with Logout.(Only after Login).
/dashboard
Install Dependencies
pip install -r requirements.txt
Command for migrations
python manage.py migrate
Run the server
python manage.py runserver
P.S - Polls file is the Application file