On Tue, Jul 5, 2011 at 6:39 PM, Nick <nickjby...@gmail.com> wrote: > However, i also > need to support dynamic database creation - i.e. one or more databases > created from a single model (think of these as customer specific > databases). I will be using sqlite and want to save the path/ > connection details of the dynamically created databases in one of the > primary db's. Is this possible and if so what is the best approach to > take? >
Design-wise, i do not think dynamic db creation is a good idea. Its tough to maintain and prone to errors. If you are using Oracle DB, probably you can think in terms of setting VPDs for loading/restricting access. -V -- 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.