I used auth mixin before in my app, then made the changes to make it work on the official Django with new custom user.
The problem is that, when I run on my new empty db: python manage.py syncdb --all ... You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no): yes E-mail address: [email protected] Password: Password (again): TypeError: create_superuser() takes exactly 4 arguments (3 given) Do you know what is wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

