ldt/web/ldtplatform/settings.py
changeset 38 0fe2f3f5466f
parent 35 a54d72ee2e41
equal deleted inserted replaced
37:b4ed8cdc654c 38:0fe2f3f5466f
   141     'ldt.user',
   141     'ldt.user',
   142     'ldt.management',
   142     'ldt.management',
   143     'ldt.indexation',
   143     'ldt.indexation',
   144     'oauth_provider',
   144     'oauth_provider',
   145     'django_openid_consumer',
   145     'django_openid_consumer',
   146     'piston',
       
   147     'social_auth',
   146     'social_auth',
   148     'south',
   147     'south',
   149     'guardian',
   148     'guardian',
   150     'sorl.thumbnail',
   149     'sorl.thumbnail',
       
   150     'tastypie',
   151 )
   151 )
   152 
   152 
   153 AUTH_PROFILE_MODULE = 'user.UserProfile'
   153 AUTH_PROFILE_MODULE = 'user.UserProfile'
   154 
   154 
   155 DECOUPAGE_BLACKLIST = (
   155 DECOUPAGE_BLACKLIST = (