summaryrefslogtreecommitdiff
path: root/production.cfg
diff options
context:
space:
mode:
authorhardythe12015-05-27 15:03:08 +0530
committerhardythe12015-05-27 15:03:08 +0530
commita026ccc62edff3531b8ce0ea2a613ccde69c1642 (patch)
tree88809a4877ed8c762ae1343b75f778a9692062a9 /production.cfg
parenta83b57aee80959f11f96ad6a3a738c9fac906e26 (diff)
downloadonline_test-a026ccc62edff3531b8ce0ea2a613ccde69c1642.tar.gz
online_test-a026ccc62edff3531b8ce0ea2a613ccde69c1642.tar.bz2
online_test-a026ccc62edff3531b8ce0ea2a613ccde69c1642.zip
Removed Buildout and related files & made a standard Django project
Diffstat (limited to 'production.cfg')
-rw-r--r--production.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/production.cfg b/production.cfg
deleted file mode 100644
index c5ec49e..0000000
--- a/production.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-[buildout]
-parts =
- django
-eggs =
- South
- psycopg2
- django-taggit
- django-taggit-autocomplete-modified
- django-debug-toolbar
-
-[django]
-recipe = djangorecipe
-project = testapp
-settings = production
-wsgi = true
-wsgilog=wsgi.log
-eggs =
- ${buildout:eggs}
-extra-paths =
- testapp