hi! i have a question, which is the best option about extending user model?? 

here: 
http://docs.djangoproject.com/en/1.2//topics/auth/#storing-additional-information-about-users
 
they say to create a manual OneToOneField between models and some more 
stuff, 
but here: 
http://docs.djangoproject.com/en/1.2//topics/db/models/#multi-table-inheritance 
it says that with inheritance this 1:1 relationship is created 
automatically, both are in django docs

appart from this, i have read a lot ways, some people inherit, other use 
foreign key, ones redefines django's authentication backend other rewrites 
pre-save/save methods... :S ... so, which way do you think is better (some 
tutorial/blog post/something)?? thanks! 
djjango’s authentication backend.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to