Hi,

> [...]
> All models etc. are the same in each, but we expressly don't want to
> store same data in same table (i mean all companies bank accounts are
> in different tables)
> We have to create new  'database' dynamically from a web based
> interface seamlessly.
> Did you solve similar problem already?
> Prefixing tables, different databases or what?

You should not have to care about this, it's the "proxy" company's DBA
business. It depends on what database vendor they use, how they deal
with security, backups, replications, DBA's mood, what kind of data
are stored, etc.

As regards creating databases, schemas, users, tablespaces, etc...,
you can do it in python with the DB-API modules for the relevant
vendor and put a web interface in front of it.

>From the Django side, beware of the fact that the database support has
limitations (no MSQL, no Oracle, no schema on Postgres).

   Olivier




--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to