- Install requirements
or if you use pipenv
pip install -r requirements.txt
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