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 0f71d00288bdb33b2c1ed4fcb3345b1d0e604a77..623ec055ad5db3bae24f7427337cb0aa5d203a4d 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 5f311eb473cb37596cbcfdee6037b96084f1c82f..a7a281483cad8587efb1e67705ffbaf61d31a418 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 = []