You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is awkward if you have overridden user to remove the need for usernames which is a relatively common thing to do.
It would be much easier to deal with if all the args were passed to create_superuser as keyword args as it's typical to have a **extra_args argument on create_superuser.
The text was updated successfully, but these errors were encountered:
Incidentally I'm mostly here fixing a compatibility issue with https://github.com/tolomea/django-data-browser but it did find a couple of mistakes in the Admins on one of my projects, so thank you for that.
This is awkward if you have overridden user to remove the need for usernames which is a relatively common thing to do.
It would be much easier to deal with if all the args were passed to create_superuser as keyword args as it's typical to have a **extra_args argument on create_superuser.
The text was updated successfully, but these errors were encountered: