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