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 /buildout.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 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/buildout.cfg b/buildout.cfg deleted file mode 100644 index 9ffc6d8..0000000 --- a/buildout.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[buildout] -parts = - django -eggs = - South - django-taggit - django-taggit-autocomplete-modified - django-debug-toolbar - -[django] -recipe = djangorecipe -project = testapp -settings = settings -wsgi = true -wsgilog=wsgi.log -eggs = - ${buildout:eggs} -extra-paths = - testapp - |