webapp to display information about and control parts of the Detectorover
- DB_PASSWORD
- SECRET_KEY
- windows pgadmin4 - psql 11
- environment name = env
- command to activate on windows
.\env\Scripts\activate
- command to actvate on ubuntu
source bin/activate
- do
pip3 freeze > requirements.txt
with venv activated only, to make sure no unnecessary modules are added.
- comment out
django_heroku.settings(locals())
in settings file