aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2009-11-10 17:21:30 +0100
committerAsk Solem Hoel <ask@0x61736b.net>2009-11-10 17:21:30 +0100
commit7c26aeac9069e32dd1761285c516a8c2381df730 (patch)
tree461786ab540c8ad9d90247695f27591bc1c5f494
parentea4d288ddeaf3b06e2a0781d3037660de8f36bb3 (diff)
downloadchishop-7c26aeac9069e32dd1761285c516a8c2381df730.tar.bz2
chishop-7c26aeac9069e32dd1761285c516a8c2381df730.tar.xz
chishop-7c26aeac9069e32dd1761285c516a8c2381df730.zip
set LOCAL_DEVELOPMENT in settings, as urls.py depends on it existing.
-rw-r--r--chishop/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chishop/settings.py b/chishop/settings.py
index e7c2121..6a7adb8 100644
--- a/chishop/settings.py
+++ b/chishop/settings.py
@@ -12,6 +12,7 @@ ADMINS = (
12# if you're sloppy. 12# if you're sloppy.
13DJANGOPYPI_ALLOW_VERSION_OVERWRITE = False 13DJANGOPYPI_ALLOW_VERSION_OVERWRITE = False
14DJANGOPYPI_RELEASE_UPLOAD_TO = 'dists' 14DJANGOPYPI_RELEASE_UPLOAD_TO = 'dists'
15LOCAL_DEVELOPMENT=True
15 16
16MANAGERS = ADMINS 17MANAGERS = ADMINS
17 18