Skip to main content

Kikola is collection of Django's custom form fields and widgets, model fields and reusable apps.

Project description

  1. Introduction

  2. Requirements

  3. Installation

  4. Contents

  5. More


Introduction

Kikola is a collection of Django’s custom context processors, form fields and widgets, middlewares, model fields, reusable apps and template tags.

Requirements

Installation

You can install kikola via:

sudo python setup.py install

from kikola root directory. Also you can to install kikola via easy_install:

sudo easy_install kikola

To use latest version of kikola in your projects, clone kikola git repository:

git clone git://github.com/playpauseandstop/kikola.git

and add kikola directory path to your PYTHONPATH.

Contents

Now kikola project consist of:

  • core

    • context_processors

      • path

    • sitemaps

      • IndexSitemap

  • db

    • fields

      • JSONField

      • PickleField

      • URLField

  • forms

    • fields

      • URLField

    • widgets

      • AutocompleteWidget

      • JSONWidget

      • SelectDateWidget

      • SpanWidget

  • middleware

    • locale

      • SmartMultilingualMiddleware

  • templatetags

    • json_filters

      • jsonify

More

If you find bug in Kikola, please send it via GitHub issues.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page