Re: Trouble with Custom User Modle and "createsupermethod"

2013-03-12 Thread Gabriel Cavalcante
t; > > On Tue, Mar 12, 2013 at 5:49 AM, Gabriel Cavalcante < > gabriel.ca...@gmail.com > wrote: > >> Hello EveryBody, >> >> I'm trying to implement a custom user model, using django 1.5 and the >> example available at: >> >> >>

Trouble with Custom User Modle and "createsupermethod"

2013-03-11 Thread Gabriel Cavalcante
Hello EveryBody, I'm trying to implement a custom user model, using django 1.5 and the example available at: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#a-full-example For now, I'm able to create a super user based on my custom model only if it has none of ForeignKey or M2M