Django FormWizard best .. well .. useful practices
Django FormWizard usefulness: emulating decorators .. more to come
February 24, 2010
Tags: django, form, wizard Posted in: All ENGLISH articles, Technical
No Comments
Django: get distinct field selection
A function for Django that is a simple and safe solution to get a distinct (group by) field selection from a model.
December 16, 2009
Tags: django, python Posted in: All ENGLISH articles, Technical
No Comments
Django: QueryScreener, a record level ownership development auditor
QueryScreener is a middleware development tool that helps to avoid unwanted data disclosure once you go into production. It monitors queries to the models and warns you when queries are executed that lack a ownership clause.
October 26, 2009
Tags: development, django, python Posted in: All ENGLISH articles, Technical
No Comments
“Walk-around” for pre lighttpd-1.4.23 feature “fix-root-scriptname”
Walk-around should ofcourse be workaround but it feels more like a walk around … Today I ‘moved’ the first version of my application from the Django development setup (run via “./manage runserver”) to a lighttpd/fcgi production setup. Been cleaning up code and concluded I wanted the app straight on the ‘/’ or docroot with a [...]
August 15, 2009
Tags: django, framework, python Posted in: All ENGLISH articles, Technical
No Comments
