From 4884af693bfb0b9bb70ed6b3d8489267a86d90f9 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 21 Mar 2012 19:11:15 +0530 Subject: implemented tagging functionality --- buildout.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildout.cfg') diff --git a/buildout.cfg b/buildout.cfg index c04ec59..db1c35d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,6 +3,8 @@ parts = django eggs = South + django-taggit + django-taggit-autocomplete-modified [versions] django = 1.3 @@ -17,3 +19,4 @@ eggs = ${buildout:eggs} extra-paths = testapp + -- cgit From c0fcc1181e209192f6d11f2ca521e55e33a4ead7 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 2 Apr 2012 18:04:43 +0530 Subject: Question Paper generator changes --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'buildout.cfg') 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 -- cgit From 5d7ab20a710e2374a3345b07ed62154456dbd2c8 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sat, 14 Apr 2012 06:28:44 +0530 Subject: model changes as per requirnment --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'buildout.cfg') diff --git a/buildout.cfg b/buildout.cfg index 02aba05..486e68e 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -7,6 +7,7 @@ eggs = django-taggit-autocomplete-modified django-debug-toolbar +versions = versions [versions] django = 1.3 -- cgit