Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 361 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 361 Bytes

Green Division

Instructions to run

  • Install requirements
    pip install -r requirements.txt
    or if you use pipenv
    pipenv install
  • Put the env.py file into GreenDivision folder
  • Run migrations and run the app
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver