[Fixed]-Settings.py throws error when I try to import my custom backend

1👍

There is no reason to import your backend into settings. The AUTHENTICATION_BACKENDS setting, like all the other settings, takes a string path.

Leave a comment