diff options
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |