Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Created October 15, 2019 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchtabian/4a59763cb42557cf9ad4709279c90592 to your computer and use it in GitHub Desktop.
Save mitchtabian/4a59763cb42557cf9ad4709279c90592 to your computer and use it in GitHub Desktop.
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.AllowAllUsersModelBackend',
'account.backends.CaseInsensitiveModelBackend',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment