From 1e41d2cfee9c21ca3c628012778e06570e130c53 Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Sat, 18 Aug 2012 18:05:15 +0200 Subject: [PATCH] disable normal model auth backend use make_admin and revoke_admin management commands instead --- settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.py b/settings.py index c67469f..b66fea8 100644 --- a/settings.py +++ b/settings.py @@ -82,7 +82,6 @@ INSTALLED_APPS = [ AUTHENTICATION_BACKENDS = [ 'social_auth.backends.contrib.github.GithubBackend', - 'django.contrib.auth.backends.ModelBackend', ] LOGIN_URL = '/login/'