Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 259 Bytes

CandyDeliveryApp

Activate ENV:

  1. go to root
  2. activate then: source venv/Scripts/activate
  3. install packages: pip3 install -r requirements.txt

Run in normal mode:

  1. go to root
  2. python manage.py run

Run tests:

  1. go to root
  2. python manage.py test