DEBUG false -> true

we are not ready to deploy without DEBUG

- collect static is not configured
- current demo in debug helps to find problems easily
This commit is contained in:
pedro 2024-10-31 15:04:28 +01:00
parent d4f50961bc
commit 517c3eb0c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DOMAIN=localhost
# note that DEBUG=true make snapshot parsing more verbose
DEMO=false
DEMO=true
STATIC_ROOT=/tmp/static/
MEDIA_ROOT=/tmp/media/