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 /buildout.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 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/buildout.cfg b/buildout.cfg index f0cb035..9ffc6d8 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -7,12 +7,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 |