Merge branch 'worker_fix' into 'dev'

debug?

See merge request spatial/postamates!88
dev
Timofey Malinin 3 years ago
commit 5b7217545c

@ -22,7 +22,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-5czma@e7b(e4v+c*@bkknj(*em%@x52jizednhy6lye)_@ox4@'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.getenv('DEBUG', False) == 'True'
# TODO: change DEBUG to
# DEBUG = os.getenv('DEBUG', False) == 'True'
DEBUG = True
ALLOWED_HOSTS = ['*']

Loading…
Cancel
Save