From: Matías Aguirre Date: Wed, 19 Jan 2011 13:21:35 +0000 (-0200) Subject: Remove namespace from example settings template X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b5c7f25c20aaf6a8dfbc56d220c94f54aa1af69d;p=django-social-auth.git Remove namespace from example settings template --- diff --git a/example/local_settings.py.template b/example/local_settings.py.template index e43eba8..1371f37 100644 --- a/example/local_settings.py.template +++ b/example/local_settings.py.template @@ -7,6 +7,6 @@ ORKUT_CONSUMER_SECRET = '' SOCIAL_AUTH_CREATE_USERS = True SOCIAL_AUTH_FORCE_RANDOM_USERNAME = False SOCIAL_AUTH_DEFAULT_USERNAME = 'socialauth_user' -SOCIAL_AUTH_COMPLETE_URL_NAME = 'social:complete' +SOCIAL_AUTH_COMPLETE_URL_NAME = 'complete' LOGIN_ERROR_URL = '/login/error/' #SOCIAL_AUTH_USER_MODEL = 'app.CustomUser'