make systems without imdb work

This commit is contained in:
j 2011-01-28 14:18:38 +05:30
commit ec28dc05e1
10 changed files with 76 additions and 36 deletions

View file

@ -132,6 +132,7 @@ INSTALLED_APPS = (
'timeline',
'user',
'api',
'urlalias',
)
AUTH_PROFILE_MODULE = 'user.UserProfile'