django-jazzmin
django-jazzmin copied to clipboard
Bunch of errors thrown with custom user model
Installed jazzmin and added it to installed app, then made collectstatic, once entered admin, it throwed me and error saying that get_all_permissions
method is missing, once I implemented that it told me that Permission object has no splite method
Solved the issue this way: https://stackoverflow.com/questions/70731384/custom-user-return-empty-get-all-permissions/73324788#73324788