55👍
✅
You need to set your AUTH_USER_MODEL setting to point to your MyUser model, so that Django knows not to initialise the default model. See the documentation.
- [Django]-Django – makemigrations – No changes detected
- [Django]-Ordering admin.ModelAdmin objects in Django Admin
- [Django]-How can I add a button into django admin change list view page
Source:stackexchange.com