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.
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.