Hi all,

I'm wanting the same code to run many fairly simple, near-identical
websites. That's the bottom line.

I've had a look through the group archives and found a couple of
hints.

My planned application serves small grocery businesses taking orders
and making weekly home deliveries for their customers. It is planned
to serve a large number of small businesses (<10 staff each, no of
businesses potentially in the 1000s). They are all small retailers
with a need for their own domain name, their own "look", their own
(broadly similar but different) data, their own Admin console and
their own stationery (mainly invoicing.) But the Django code running
each will be near-identical.

Questions:

Is there one, and only one, obvious way to do it in Django?

What is that way?

Databases (PostgreSQL.) Would you:

(i) separate the database for each business
(ii) use a StoreId in all queries or
(iii) implement row-level permissions to restrict access to data?

Any other comments?

Best wishes,

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