As with galgal's problem. I had no luck using South to migrate from auth_mixin to django 1.5. I am doing it manually =/
2013/1/8 galgal <weglarek.robert@gmail.com>
I also get strange error: https://groups.google.com/forum/#!topic/django-users/lVUZ3hClyUg
On Monday, January 7, 2013 10:46:18 PM UTC+1, Thiago wrote: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: em@il.xx
Password:
Password (again):
TypeError: create_superuser() takes exactly 4 arguments (3 given)
Do you know what is wrong?
--To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/N6aoa9nWW9IJ.
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment