1
Fork 0

Debug should be true during local dev

This commit is contained in:
Jake Howard 2020-04-12 15:48:21 +01:00
parent a57262ec5e
commit f3c4a6c135
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,4 +4,6 @@ set -e
export PATH=env/bin:${PATH}
export DEBUG=true
./manage.py runserver