changeset 171 | e809ae17472a |
parent 159 | 662f8f9676f6 |
child 223 | bb1d902e0f63 |
--- a/src/ldtplatform/settings.py Thu Apr 03 16:00:08 2014 +0200 +++ b/src/ldtplatform/settings.py Thu Apr 10 16:14:14 2014 +0200 @@ -131,7 +131,8 @@ 'haystack', 'tastypie', 'guardian', - 'tagging', + 'taggit', + 'taggit_templatetags', 'registration', 'oauth_provider', 'django_openid_consumer', @@ -278,5 +279,5 @@ MAX_TAG_LENGTH = 255 FORCE_LOWERCASE_TAGS = True - - +TAGGIT_TAGCLOUD_MIN = 1.0 +TAGGIT_TAGCLOUD_MAX = 12.0