Hacker News new | ask | show | jobs
by collyw 4453 days ago
Django embraces programming in the config files. They are pretty much all Python code. Means you can do some fairly cool stuff. It ends up making a lot more sense to configure a Python framework in Python, rather than XML or something else.
1 comments

Same in many others. I still consider it a pattern to apply with great caution.