From: Matthijs Kooijman Date: Tue, 19 Oct 2010 08:27:36 +0000 (+0200) Subject: settings: Disable DEBUG. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=commitdiff_plain;h=9c8e125a625d1024743e8d56ed567654b100f3bc settings: Disable DEBUG. --- diff --git a/settings.py b/settings.py index 52f65ee..7a10053 100644 --- a/settings.py +++ b/settings.py @@ -4,7 +4,7 @@ import os PROJECT_DIR = os.path.dirname(__file__) -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = (