diff options
author | Prabhu Ramachandran | 2015-05-27 22:20:45 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-05-27 22:20:45 +0530 |
commit | f3521eeb7dc05e4c529f8e50724ca5b3b8cc3f83 (patch) | |
tree | bf74cd706cad667f3b41a3e09d756fb9e73e898c /production.cfg | |
parent | a83b57aee80959f11f96ad6a3a738c9fac906e26 (diff) | |
parent | 6f04127b10fad666a689b18db6a5a9aa1270d739 (diff) | |
download | online_test-f3521eeb7dc05e4c529f8e50724ca5b3b8cc3f83.tar.gz online_test-f3521eeb7dc05e4c529f8e50724ca5b3b8cc3f83.tar.bz2 online_test-f3521eeb7dc05e4c529f8e50724ca5b3b8cc3f83.zip |
Merge pull request #50 from hardythe1/remotes/origin/RemoveBuildout
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 |