But before I go any further, I just want to be sure that I'm doing the right thing. From what I was understanding, by using the AbstractUser I would not have to do any changes to the core structure of my database (basically everything would stay the same, and the new fields would have been added to the core auth user table). So I was thinking that I don't need as well to implement new forms and the only time I need to do that it's when I use the AbstractBaseUser class. It looks like I'm wrong.
So could someone please tell me the difference between this two classes (AbstractUser , AbstractBaseUser ) ?
And if I need to implement the creation and modification form, do you have any good (and simple) example on how to do this ?
Thanks a lot for your advices.
Regards,
Arnaud
--To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f89b0570-139f-4ddd-8ce7-9198b64dfc91%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/I1-goX7LUA0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.