diff options
author | Prabhu Ramachandran | 2014-07-26 18:52:50 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2014-07-26 18:52:50 +0530 |
commit | 265ad4d17f481e30a84350e8eb96e72c8cedef6b (patch) | |
tree | 43f9e2b4288a108f02e6999ff15de6db94676aaf /buildout.cfg | |
parent | ec33daea9185bb783c5dcd4f8daddc135b25a0fa (diff) | |
parent | f1d28170cf96ae6e4b0a5fb39f38e0aaa5709b6a (diff) | |
download | online_test-265ad4d17f481e30a84350e8eb96e72c8cedef6b.tar.gz online_test-265ad4d17f481e30a84350e8eb96e72c8cedef6b.tar.bz2 online_test-265ad4d17f481e30a84350e8eb96e72c8cedef6b.zip |
Merge pull request #34 from prathamesh920/reusable_app
Reusable app
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 |