We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5e881 commit 150605fCopy full SHA for 150605f
askbot/context.py
@@ -61,8 +61,9 @@ def application_settings(request):
61
my_settings['TINYMCE_PLUGINS'] = [];
62
63
my_settings['LOGOUT_REDIRECT_URL'] = url_utils.get_logout_redirect_url()
64
- my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = 'askbot.deps.django_authopenid' \
65
- in settings.INSTALLED_APPS
+# my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = 'askbot.deps.django_authopenid' \
+# in settings.INSTALLED_APPS
66
+ my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = False
67
68
current_language = get_language()
69
0 commit comments