Hi
I'm recently diving into Django framework and a doubt is flashing my head.
If I want to develop and to deploy cloud web applications, each customer will have your singular database. In the Django approach, The database configurations are in the settings.py file. How can I do to separate a settings.py file for each customer, and their unique configurations without create a copy of my entire project?
It's possible to create dinamically a settings.py file at user session or it's better keep those files existing at web root?
Any help will be apreciated?
Thanks in advance
João Dias de Carvalho Neto