Hi, Is there a way to have multiple implementations of django's authentication/authorization system? In my practice blog-type site, I've implemented django's auth/auth system as is. I'd like to use the default implementation solely for administrators of the site. For users of the site, on the other hand, I'd like to have a derivation of django's auth/auth system - which will have the same functionality as the default implementation, but have a separate set of user tables and different fields.
I need to use the auth.user default just for admin user and I need to use my custom.user for the others usuarios in the same project and database. It's possible? Anyone know how to do what I've described? Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/26cfd09f-905c-4b1b-ba6b-689dfa37a6f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.