This documentation talks about writing the auth. backend but never said anything about where to place the file.
https://docs.djangoproject.com/en/dev/topics/auth/#writing-an-authentication-backend
This documentation talks about writing the auth. backend but never said anything about where
Share
Doesn’t really matter, since you have to add the path to
settings.AUTHENTICATION_BACKENDSanyways. But<app>.backendsis generally safe.