summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorparth2012-06-01 15:03:13 +0530
committerparth2012-06-01 15:03:13 +0530
commit2113f66de743877597d24e20df9ac1e828167277 (patch)
tree77b21ff4414d440aaa672377de796f818b9993c8 /buildout.cfg
downloadstproject-2113f66de743877597d24e20df9ac1e828167277.tar.gz
stproject-2113f66de743877597d24e20df9ac1e828167277.tar.bz2
stproject-2113f66de743877597d24e20df9ac1e828167277.zip
Restart of project. Most of the changes have been done by @Jayparikh111
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
new file mode 100644
index 0000000..6648092
--- /dev/null
+++ b/buildout.cfg
@@ -0,0 +1,22 @@
+[buildout]
+parts =
+ django
+eggs =
+ South
+ django-debug-toolbar
+
+versions = versions
+[versions]
+django = 1.3
+
+[django]
+recipe = djangorecipe
+project = stapp
+settings = development
+wsgi = true
+wsgilog=wsgi.log
+eggs =
+ ${buildout:eggs}
+extra-paths =
+ stapp
+