mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 16:47:13 +02:00
Move the Authentication backend to the users package
This commit is contained in:
@@ -57,7 +57,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
'pinry.core.context_processors.template_settings',
|
||||
)
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'pinry.core.auth.backends.CombinedAuthBackend',
|
||||
'pinry.users.auth.backends.CombinedAuthBackend',
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user