diff options
author | prathamesh | 2014-07-11 13:42:35 +0530 |
---|---|---|
committer | prathamesh | 2014-07-11 13:42:35 +0530 |
commit | e89f0b0e3a74195b3bce0f68c337ead9dc18a11e (patch) | |
tree | c01172875e05c2baf59223ac7c19d2cd4d51a5e6 /production.cfg | |
parent | d8a162ce5484dcdcb47ab0f01cc55ab4495bcc06 (diff) | |
download | online_test-e89f0b0e3a74195b3bce0f68c337ead9dc18a11e.tar.gz online_test-e89f0b0e3a74195b3bce0f68c337ead9dc18a11e.tar.bz2 online_test-e89f0b0e3a74195b3bce0f68c337ead9dc18a11e.zip |
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.
Diffstat (limited to 'production.cfg')
-rw-r--r-- | production.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
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 |