CandyDeliveryApp Activate ENV: go to root activate then: source venv/Scripts/activate install packages: pip3 install -r requirements.txt Run in normal mode: go to root python manage.py run Run tests: go to root python manage.py test