From a026ccc62edff3531b8ce0ea2a613ccde69c1642 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 27 May 2015 15:03:08 +0530 Subject: Removed Buildout and related files & made a standard Django project --- buildout.cfg | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 buildout.cfg (limited to 'buildout.cfg') 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 - -- cgit