I'm working on a CMS project, and my idea is to have one Django
project serve multiple websites.  I want to set things up so that
user1, user2, user3, etc... can log into my CMS website (e.g. www.cms.com)
and update their respective websites (e.g. user1 updates www.user1.com,
user2 updates www.user2.com, etc).  Each user must be restricted to
his own website (i.e. user1 cannot access www.user2.com through the
admin section).

Is this kind of setup possible with Django?  If so, can someone point
me in the right direction?

Thanks,
Nick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to