Tagarchief: django

Django FormWizard best .. well .. useful practices

Django FormWizard usefulness: emulating decorators .. more to come Lees verder

Geplaatst in All ENGLISH articles, Technical | Getagged , , | Een reactie plaatsen

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. Lees verder

Geplaatst in All ENGLISH articles, Technical | Getagged , | Een reactie plaatsen

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. Lees verder

Geplaatst in All ENGLISH articles, Technical | Getagged , , | Een reactie plaatsen

“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 … Lees verder

Geplaatst in All ENGLISH articles, Technical | Getagged , , | Een reactie plaatsen