Set of Django kewl utilities & helpers & highly used/needed stuff.
Project description
Overview
Django Kewl Set of Django kewl utilities & helpers & highly used/needed stuff.
Probably some other kewl stuff soon as well.
For now there only 3 kind of template tags implemented which will be more, the current ones are:
Installation
django-kewl is available on pypi
http://pypi.python.org/pypi/django-kewl
So easily install it by pip
$ pip install django-kewl
Or by easy_install
$ easy_install django-kewl
Another way is by cloning django-kewl’s git repo
$ git clone git://github.com/Alir3z4/django-kewl.git
Then install it by running:
$ python setup.py install