From: Matías Aguirre Date: Sun, 10 Jul 2011 22:13:03 +0000 (-0300) Subject: Misspell X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f6194b29d30a5094f881ff9118dccf0bfe4c16b6;p=django-social-auth.git Misspell --- diff --git a/example/local_settings.py.template b/example/local_settings.py.template index ed7905d..46ac466 100644 --- a/example/local_settings.py.template +++ b/example/local_settings.py.template @@ -11,7 +11,7 @@ GOOGLE_OAUTH2_CLIENT_SECRET = '' SOCIAL_AUTH_CREATE_USERS = True SOCIAL_AUTH_FORCE_RANDOM_USERNAME = False SOCIAL_AUTH_DEFAULT_USERNAME = 'socialauth_user' -SOCIAL_AUTH_COMPLETE_URL_NAME = 'socialuth_complete' +SOCIAL_AUTH_COMPLETE_URL_NAME = 'socialauth_complete' LOGIN_ERROR_URL = '/login/error/' #SOCIAL_AUTH_USER_MODEL = 'app.CustomUser' SOCIAL_AUTH_ERROR_KEY = 'socialauth_error'