Hi,

I'm starting a new project, that is composed with various modules 
(application). This project will sold to costumers (ca. 100) with different 
configurations (modules, language, ...). My intention is to have models, urls, 
views, templates globally for all costumers. Costumer specific are obviously 
the settings, some static files and the content. But there is also some master 
data, that should be globally for all costumers.

So my question, how can I handle this requirements? Is better have separated 
django projects (instance) for each costumer and sync the global master data 
between the costumers? Or one django project (instance) for all costumers with 
one big database?

bye
Robert


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