Tag: django_zsutils

Here you can see a listing of all the posts tagged with django_zsutils on this website.

  • OOP Views for Django now on GitHub

    Posted on 2008-04-28 08:41:50 Tagged with , ,

    About a week ago I wrote about bringing some OOP into Django views and also posted some code for that. Since I use this in one project and want to move it also into some other project of mine, I've put this (together with some very simple pagination templatetag) into its own pluggable app and uploaded it github for everybody to slap me around for my coding style ;-)

    So if you want to use this code, simply install the app available here (or just import the django_zsutils.utils.oopviews module).

    1 comment