The only other alternative that comes to mind is maintaining a fork of 
django itself and overwriting the specific parts of `contrib.sites` that 
you need to modify.  Because the third part libraries are so tightly 
integrated with that bit of django and I don't think there's a method to 
specify an alternative, like AUTH_USER_MODEL is available for custom user 
models.

This is a good example of how modularity in packaging for django could be 
beneficial, because you could then make your own implementation of sites 
and import it with the same convention as the default package

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/907b2ee0-f12c-4d44-8262-da23ea42e84c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to