5👍
✅
The setting is named AUTH_USER_MODEL
[Django-doc], not AUTH_USER_MODEL
since you can specify exactly one model not multiple ones:S
AUTH_USER_MODEL = 'leads.User'
Source:stackexchange.com