Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alir3z4/django-kewl

Django Kewl - Set of Django kewl utilities & helpers & highly used/needed stuff.
https://github.com/alir3z4/django-kewl

Last synced: about 2 months ago
JSON representation

Django Kewl - Set of Django kewl utilities & helpers & highly used/needed stuff.

Awesome Lists containing this project

README

        

===========
Django Kewl
===========

.. contents:: Table of contents

Overview
--------

`Django Kewl `_ Set of Django kewl
utilities & helpers & highly used/needed stuff.

* `Template tags & filters `_
* `Management Commands `_
* 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:

* `search `_
* ``searchexcerpt``
* ``highlight``
* ``hits``
* `meta_head `_
* ``meta_twitter``
* ``meta_open_graph``
* `markwhat `_
* ``markdown``

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