diff options
author | hardythe1 | 2015-05-27 15:03:08 +0530 |
---|---|---|
committer | hardythe1 | 2015-05-27 15:03:08 +0530 |
commit | a026ccc62edff3531b8ce0ea2a613ccde69c1642 (patch) | |
tree | 88809a4877ed8c762ae1343b75f778a9692062a9 /production.cfg | |
parent | a83b57aee80959f11f96ad6a3a738c9fac906e26 (diff) | |
download | online_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.cfg | 20 |
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 |