aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 2d5a348..7a9d450 100644
--- a/settings.py
+++ b/settings.py
@@ -77,7 +77,6 @@ TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
- 'DEBUG': DEBUG,
'DIRS': (
os.path.join(APP_DIR, 'templates'),
os.path.join(BASE_DIR, 'uploads'),