From fb6094edaa3a1a59060f1382d362b671d4d70468 Mon Sep 17 00:00:00 2001 From: Jess Date: Thu, 28 Aug 2014 22:11:33 +0200 Subject: [PATCH] switch debug mode off remove unused import --- meta/views.py | 1 - mlpccg-web/settings.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/views.py b/meta/views.py index 0f71d00..623ec05 100644 --- a/meta/views.py +++ b/meta/views.py @@ -1,5 +1,4 @@ from datetime import datetime -import difflib import json from django.shortcuts import render, get_object_or_404 from django.template import RequestContext diff --git a/mlpccg-web/settings.py b/mlpccg-web/settings.py index 5f311eb..a7a2814 100644 --- a/mlpccg-web/settings.py +++ b/mlpccg-web/settings.py @@ -20,9 +20,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = 'iqk@e(3cavf&!ewvx_0t8m=p5kh(rl_=td&pe!afhu@fiu%j_w' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False -TEMPLATE_DEBUG = True +TEMPLATE_DEBUG = False ALLOWED_HOSTS = [] -- 2.20.1