diff options
author | Parth Buch | 2012-07-19 23:05:36 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-19 23:05:36 +0530 |
commit | a719268de320fe2aabcbc03d981a1c4cc562f0db (patch) | |
tree | e6fa2812278d98324ca4fbc52d7e560eb31e4619 | |
parent | c77a1b78988fd3e8e92b52110ca14eb33f530e14 (diff) | |
download | stproject-a719268de320fe2aabcbc03d981a1c4cc562f0db.tar.gz stproject-a719268de320fe2aabcbc03d981a1c4cc562f0db.tar.bz2 stproject-a719268de320fe2aabcbc03d981a1c4cc562f0db.zip |
Fixed syntax error
-rw-r--r-- | stapp/production.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |