Thank you, Gabriel. This link is really useful.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to
django-developers+unsubs
Hi Alex,
Neither of the ideas you mentioned (making auth.user more extensible/
replaceable and improvements to app loading) are new to the Django
community. In fact, both were candidates for last year's Google Summer
of Code. The app loading project even got accepted and had a good deal
of work do
Hi all!
It is really hard to replace some django.contrib modules on your own now.
I'm have many reason to replace django.contrib.auth on my own module now
in my current project, but in this way I've need to rewrite many others
applications related with django.contrib.auth, if I want to use it. The