Installing and running
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Head over to http:localhost:8000/admin and sign in with your admin credential (defined above).
Installing and running
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Head over to http:localhost:8000/admin and sign in with your admin credential (defined above).