From c77a1b78988fd3e8e92b52110ca14eb33f530e14 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Thu, 19 Jul 2012 22:58:18 +0530 Subject: Added production.cfg file with postgresql settings and changed the setting files accordingly --- production.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 production.cfg (limited to 'production.cfg') diff --git a/production.cfg b/production.cfg new file mode 100644 index 0000000..cc4f4e7 --- /dev/null +++ b/production.cfg @@ -0,0 +1,24 @@ +[buildout] +parts = + django +eggs = + South + django-debug-toolbar + PIL + psycopg2 + +versions = versions +[versions] +django = 1.3 + +[django] +recipe = djangorecipe +project = stapp +settings = production +wsgi = true +wsgilog=wsgi.log +eggs = + ${buildout:eggs} +extra-paths = + stapp + -- cgit