Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alir3z4/django-kewl
- Owner: Alir3z4
- License: bsd-3-clause
- Created: 2014-10-21T09:50:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T14:27:50.000Z (about 10 years ago)
- Last Synced: 2024-09-21T10:24:34.189Z (4 months ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/django-kewl
- Size: 168 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog.rst
- License: LICENSE
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 pypihttp://pypi.python.org/pypi/django-kewl
So easily install it by ``pip``
::
$ pip install django-kewlOr by ``easy_install``
::
$ easy_install django-kewlAnother way is by cloning ``django-kewl``'s `git repo `_ ::
$ git clone git://github.com/Alir3z4/django-kewl.gitThen install it by running:
::
$ python setup.py install