switch debug mode off
authorJess <jessicatz.fairymeadow@gmail.com>
Thu, 28 Aug 2014 20:11:33 +0000 (22:11 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Thu, 28 Aug 2014 20:11:33 +0000 (22:11 +0200)
remove unused import

meta/views.py
mlpccg-web/settings.py

index 0f71d00..623ec05 100644 (file)
@@ -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
index 5f311eb..a7a2814 100644 (file)
@@ -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 = []