Re: How about an annotated settings file?

2006-02-17 Thread ToddG
Those who've also setup Apache a million times will also recognize this approach... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@g

Re: How about an annotated settings file?

2006-02-17 Thread ToddG
It is a nice touch to have -- Postfix's main conf file is so nicely commented you can just about completely configure and run it just by reading the conf file (well, for small setups at least). --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Admin URLs in magic-removal branch

2005-12-15 Thread ToddG
I think Cherry is more instance-y, Quixote was more package-based but with v.2 is now more explicit with "Directory" classes that define traversals. I think. I don't use either in real life. Just thought I'd mention them as references that might be applicable -- even if they're too much for this

Re: Admin URLs in magic-removal branch

2005-12-15 Thread ToddG
I don't know if there's a mathematical formula for this, but it's looking like all ideas are approaching an object traversal/resolution scenario like in: Zope, Quixote, CherryPy, etc. Perhaps one of those can offer some direction.