diff options
author | hardythe1 | 2012-04-02 18:04:43 +0530 |
---|---|---|
committer | hardythe1 | 2012-04-02 18:04:43 +0530 |
commit | c0fcc1181e209192f6d11f2ca521e55e33a4ead7 (patch) | |
tree | 576b100053a4ef35d4e686ce198f2882d98efbb2 /buildout.cfg | |
parent | 64b38d3365f1d65132942fce6e29fed7da076bba (diff) | |
download | online_test-c0fcc1181e209192f6d11f2ca521e55e33a4ead7.tar.gz online_test-c0fcc1181e209192f6d11f2ca521e55e33a4ead7.tar.bz2 online_test-c0fcc1181e209192f6d11f2ca521e55e33a4ead7.zip |
Question Paper generator changes
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg index db1c35d..02aba05 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -5,6 +5,7 @@ eggs = South django-taggit django-taggit-autocomplete-modified + django-debug-toolbar [versions] django = 1.3 |