So we are building a CMS that should allow multiple sites to be
supported based on the sites framework or a sites key on various
models we want to be multisite.  This is how I imagine it working:

Each publication site will be a separate django project using the same
database as the CMS.  And each project/publication will have its own
set of templates and media.

Some problems though.  Since we're using the same database we cannot
have any site specific apps that use a database?   So that means users
have to be shared for authentication because the user's contrib app is
not site aware?

Any thoughts on the right way to handle this?

Thanks,

Milan
--~--~---------~--~----~------------~-------~--~----~
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