mirror of
https://github.com/nikdoof/pacmanager.git
synced 2026-01-30 09:48:21 +00:00
Use TEST authentication backends
This commit is contained in:
@@ -118,6 +118,12 @@ INSTALLED_APPS = (
|
|||||||
'core',
|
'core',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
AUTHENTICATION_BACKENDS = (
|
||||||
|
'django-testauth.auth.TESTAuthBackend',
|
||||||
|
'django.contrib.auth.backends.ModelBackend',
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
# A sample logging configuration. The only tangible logging
|
# A sample logging configuration. The only tangible logging
|
||||||
# performed by this configuration is to send an email to
|
# performed by this configuration is to send an email to
|
||||||
# the site admins on every HTTP 500 error when DEBUG=False.
|
# the site admins on every HTTP 500 error when DEBUG=False.
|
||||||
|
|||||||
Reference in New Issue
Block a user