- Django version 2.2.6
- Sqlite Database
- Setup virtual environment in your PC (setup details)
- Make sure your virtualenv is running before going further
- Install Django
pip install Django==2.2.6
- Clone the repository
- Traverse to the login directory.
- Run the following commands for migrations.
python manage.py makemigrations
python manage.py migrate
- Now run the server:
python manage.py runserver
Your server is now listening at localhost:8000