diff options
author | parth | 2012-03-30 14:27:55 +0530 |
---|---|---|
committer | parth | 2012-03-30 14:27:55 +0530 |
commit | 8041ed1d00541f2f255a9ec360d6b6f7102e8df6 (patch) | |
tree | 9d4185305f79ef1d6fef9d9b5a7a2dfa2cc3927b /production.cfg | |
parent | 113443e4087b64013664df06b9024f2d9dad1752 (diff) | |
download | aloha-8041ed1d00541f2f255a9ec360d6b6f7102e8df6.tar.gz aloha-8041ed1d00541f2f255a9ec360d6b6f7102e8df6.tar.bz2 aloha-8041ed1d00541f2f255a9ec360d6b6f7102e8df6.zip |
added production config
Diffstat (limited to 'production.cfg')
-rw-r--r-- | production.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/production.cfg b/production.cfg new file mode 100644 index 0000000..e89b126 --- /dev/null +++ b/production.cfg @@ -0,0 +1,25 @@ +[buildout] +parts = + django +eggs = + South + django-crispy-forms + reportlab + MySQL-python + +versions = versions + +[versions] +django = 1.3 + +[django] +recipe = djangorecipe +project = aloha +settings = production +wsgi = true +wsgilog=wsgi.log +eggs = + ${buildout:eggs} +extra-paths = + aloha + |