From a719268de320fe2aabcbc03d981a1c4cc562f0db Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Thu, 19 Jul 2012 23:05:36 +0530 Subject: Fixed syntax error --- stapp/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stapp/production.py b/stapp/production.py index f902bd6..51c054c 100644 --- a/stapp/production.py +++ b/stapp/production.py @@ -1,6 +1,6 @@ from stapp.settings import * DEBUG=False -TEMPLATE_DEBUG=DEBUG$ +TEMPLATE_DEBUG=DEBUG DATABASES = { -- cgit