fix title display in admin UI and abid filter matching in urls

This commit is contained in:
Nick Sweeting 2024-08-20 01:58:36 -07:00
parent 9273db528e
commit 52a813aa80
No known key found for this signature in database
3 changed files with 35 additions and 4 deletions

View file

@ -120,6 +120,8 @@ MIDDLEWARE = [
### Authentication Settings
################################################################################
# AUTH_USER_MODEL = 'auth.User' # cannot be easily changed unfortunately
AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.RemoteUserBackend',
'django.contrib.auth.backends.ModelBackend',