In Windows:
python -m pip install -r dependencies.txt
In Ubuntu:
sudo python3 -m pip install -r dependencies.txt
Run:
sudo python3 manage.py migrate
To create superuser account, run:
sudo python3 manage.py createsuperuser
To run in th development server:
sudo python3 manage.py runserver 0.0.0.0:8000
Make sure you can access the admin page at:
localhost:8000/admin