diff options
Diffstat (limited to 'production.cfg')
-rw-r--r-- | production.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/production.cfg b/production.cfg new file mode 100644 index 0000000..e3ee886 --- /dev/null +++ b/production.cfg @@ -0,0 +1,21 @@ +[buildout] +parts = + django +eggs = + PIL + South + MySQL-python + +[versions] +django = 1.3 + +[django] +recipe = djangorecipe +project = testapp +settings = production +wsgi = true +wsgilog=wsgi.log +eggs = + ${buildout:eggs} +extra-paths = + testapp |