From: Matías Aguirre Date: Sun, 10 Jul 2011 21:40:14 +0000 (-0300) Subject: Fix URL name in example settings. Closes gh-101 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=303e84608f58db7d69dd43a62d61039863dc81c5;p=django-social-auth.git Fix URL name in example settings. Closes gh-101 --- diff --git a/example/local_settings.py.template b/example/local_settings.py.template index a8f1f59..ed7905d 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 = 'complete' +SOCIAL_AUTH_COMPLETE_URL_NAME = 'socialuth_complete' LOGIN_ERROR_URL = '/login/error/' #SOCIAL_AUTH_USER_MODEL = 'app.CustomUser' SOCIAL_AUTH_ERROR_KEY = 'socialauth_error'