On Nov 20, 2:55 pm, VB <vine...@gmail.com> wrote: > If I intend to write my own authentication, can I use my define my own > User model? Or, am I better off naming the model something else? >
Why write your own authentication? That wheel's been invented so excellently by django-registration (and its equally indispensable cousin django-profiles). I'd recommend sticking with the Django User object, and doing your auth with django-registration - they're fundamentals of most Django projects. ./s -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.