Re: dbsettings, and user configurable app settings

2010-03-10 Thread Joan Miller
Whatever configuration system using variables of a language is a disaster and it's going not maintainable as has been showed in Django. My solution was to use YAML, and then to use a class to convert it to Python. Features: * The python configuration is only re-built if yaml config. has been chan

Re: dbsettings, and user configurable app settings

2010-03-10 Thread Joan Miller
hates java by its fu**ing XML config. files. On 10 mar, 13:49, Russell Keith-Magee wrote: > On Wed, Mar 10, 2010 at 6:18 PM, Joan Miller wrote: > > Whatever configuration system using variables of a language is a > > disaster and it's going not maintainable as has been showe

Templates by app

2010-03-20 Thread Joan Miller
Is there any reason to have a global directory with all templates instead of to have the templates for each application: project/ \___ apps/ \___ templates/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send