Debug should be true during local dev
This commit is contained in:
parent
a57262ec5e
commit
f3c4a6c135
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ set -e
|
|||
|
||||
export PATH=env/bin:${PATH}
|
||||
|
||||
export DEBUG=true
|
||||
|
||||
./manage.py runserver
|
||||
|
|
Reference in a new issue