uruz / django-kit

Some useful django helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-kit

:Info:A set of helpers for my own developer needs :Version: 0.0.1 :Author: Alexey Boriskin (http://github.com/uruz)

Features

Installation

Install from github:
pip install -e git://github.com/uruz/django-kit.git#egg=django_kit
Then add an app to the list of installed app in your settings.py:
INSTALLED_APPS = ( ... 'django_kit', ... )

About

Some useful django helpers

License:MIT License


Languages

Language:Python 71.4%Language:JavaScript 28.6%