Full Blog on this Medium tutorial Live at: https://www.tusher16.com
-
Copy the
requirements.txt
file to arequirements.txt
file -
Config the Database section
-
Install dependencies
pip install -r requirements.txt
-
Database migration
python3 manage.py makemigrations python3 manage.py migrate
-
Start it up
python3 manage.py runserver
need to create superuser and add data to our database.