From e89f0b0e3a74195b3bce0f68c337ead9dc18a11e Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 11 Jul 2014 13:42:35 +0530 Subject: Exam app using django 1.6.5 Removed version specification to install latest version of django. Added settings.py to the exam app. Removed default from import statement in urls.py since it is deprecated. --- production.cfg | 6 ------ 1 file changed, 6 deletions(-) (limited to 'production.cfg') diff --git a/production.cfg b/production.cfg index d623e80..c5ec49e 100644 --- a/production.cfg +++ b/production.cfg @@ -8,12 +8,6 @@ eggs = django-taggit-autocomplete-modified django-debug-toolbar -versions = versions -[versions] -django = 1.3 -django-taggit = 0.10a1 -django-debug-toolbar = 0.8.4 - [django] recipe = djangorecipe project = testapp -- cgit