public
Description: Some Django utilities I share between some of my sites (like Pagination, OOPViews ...)
Homepage: http://zerokspot.com/
Clone URL: git://github.com/zerok/django-zsutils.git
Click here to lend your support to: django-zsutils and make a donation at www.pledgie.com !
commit  cef2eb625556d89c9410337af9611a158a339e37
tree    cbec7c20a1f3eba3795bbc9d90be201937b64a2e
parent  b3e01c9a1d3bea6c866cbe3ff6f1e7850b80465c
django-zsutils / __init__.py
100644 8 lines (7 sloc) 0.308 kb
1
2
3
4
5
6
7
8
"""
This module contains multiple not necessarily related utilities and
templatetags I use on sites like zerokspot.com.
 
So far it contains a pagination templatetag and some base functionality for
bringing object orientation to Django-views in order to help you share
functionality between related views.
"""