diff options
Diffstat (limited to 'stapp/settings.py')
-rw-r--r-- | stapp/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stapp/settings.py b/stapp/settings.py index 36abd2b..d817c87 100644 --- a/stapp/settings.py +++ b/stapp/settings.py @@ -150,3 +150,6 @@ LOGGING = { }, } } + + +AUTH_PROFILE_MODULE = "stapp.UserProfile" |