summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
new file mode 100644
index 0000000..c04ec59
--- /dev/null
+++ b/buildout.cfg
@@ -0,0 +1,19 @@
+[buildout]
+parts =
+ django
+eggs =
+ South
+
+[versions]
+django = 1.3
+
+[django]
+recipe = djangorecipe
+project = testapp
+settings = settings
+wsgi = true
+wsgilog=wsgi.log
+eggs =
+ ${buildout:eggs}
+extra-paths =
+ testapp