On Sunday, March 3, 2013 4:45:56 PM UTC, Bruno Girin wrote: > Patrick solved that problem by separating different config elements in > different files but this implies that juju'ised applications would need to > follow the same structure. Is that a good idea?
If you're aiming for a PaaS-style charm for Django, then trying to emulate The Twelve-Factor App [1] and it's opinions on configuration [2] would be a good starting point. Basically, if there are things specific to the environment then they should be in environment variables, not in generated or modified config files. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

