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