diff options
Diffstat (limited to 'settings.py')
-rwxr-xr-x | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 940a14f..af5bf90 100755 --- a/settings.py +++ b/settings.py @@ -98,3 +98,5 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', ) + +AUTH_PROFILE_MODULE = 'profile.Profile' |