From: Jess Date: Thu, 28 Aug 2014 20:11:33 +0000 (+0200) Subject: switch debug mode off X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=commitdiff_plain;h=fb6094edaa3a1a59060f1382d362b671d4d70468 switch debug mode off remove unused import --- 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 = []