aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2009-11-11 17:34:10 +0100
committerAsk Solem <askh@opera.com>2009-11-11 17:34:10 +0100
commit53e8165b77f4686353a78a77a089a9bef3620387 (patch)
tree83ef2e8aa98446ef0a537bf1e068d763a122ac89
parent814b03644ad4d32e921d7110c220c7dfce6c100b (diff)
downloadchishop-53e8165b77f4686353a78a77a089a9bef3620387.tar.bz2
chishop-53e8165b77f4686353a78a77a089a9bef3620387.tar.xz
chishop-53e8165b77f4686353a78a77a089a9bef3620387.zip
Use development settings by default
-rw-r--r--buildout.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 160db4c..04e0acf 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -8,7 +8,7 @@ eggs = pkginfo
8[django] 8[django]
9recipe = djangorecipe 9recipe = djangorecipe
10version = 1.1.1 10version = 1.1.1
11settings = settings 11settings = development
12eggs = ${buildout:eggs} 12eggs = ${buildout:eggs}
13test = djangopypi 13test = djangopypi
14project = chishop 14project = chishop