Skip to content
Snippets Groups Projects
Commit 27e7f8aa authored by Sergios Aftsidis's avatar Sergios Aftsidis
Browse files

Change DEBUG to False in settings.py.dist

parent f1e574eb
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ import djcelery
djcelery.setup_loader()
from celery.schedules import crontab
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment