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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/AedIU8JdetoJ. To post to this group, send email to [email protected]. 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.

