Answer the question
In order to leave comments, you need to log in
Dynamic database creation in Django?
Django supports specifying a database when working with models:
docs.djangoproject.com/en/1.3/topics/db/multi-db/
But what if I want to create a new database directly from the application, synchronize it and save data to it ? Let's say that I create my own database for each client - why don't I keep the full list of databases in settings.py?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question