src/ldtplatform/settings.py
changeset 171 e809ae17472a
parent 159 662f8f9676f6
child 223 bb1d902e0f63
equal deleted inserted replaced
170:2c7aef21c67c 171:e809ae17472a
   129     'django.contrib.admin',
   129     'django.contrib.admin',
   130     'django.contrib.staticfiles',
   130     'django.contrib.staticfiles',
   131     'haystack',
   131     'haystack',
   132     'tastypie',
   132     'tastypie',
   133     'guardian',
   133     'guardian',
   134     'tagging',
   134     'taggit',
       
   135     'taggit_templatetags',
   135     'registration',
   136     'registration',
   136     'oauth_provider',
   137     'oauth_provider',
   137     'django_openid_consumer',
   138     'django_openid_consumer',
   138     'social_auth',
   139     'social_auth',
   139     'south',
   140     'south',
   276 
   277 
   277 #forced settings    
   278 #forced settings    
   278 MAX_TAG_LENGTH = 255
   279 MAX_TAG_LENGTH = 255
   279 FORCE_LOWERCASE_TAGS = True
   280 FORCE_LOWERCASE_TAGS = True
   280 
   281 
   281     
   282 TAGGIT_TAGCLOUD_MIN = 1.0
   282   
   283 TAGGIT_TAGCLOUD_MAX = 12.0