I'm getting to know the Sites framework in Django. One thing I cannot find in the documentation is how to restrict users to "their" sites.
Lets say I have example.com and sexyblog.com. Both sites run of the same code base and share the same db using Sites.
How to make sure that the sexyblog-users can't log in to example.com?
Thank you for your help.