All Projects → playpauseandstop → kikola

playpauseandstop / kikola

Licence: BSD-3-Clause license
Kikola is a collection of Django's custom context processors, form fields and widgets, middlewares, model fields, reusable apps and template tags.

Programming Languages

python
139335 projects - #7 most used programming language

kikola

Collection of Django's custom context processors, form fields and widgets, middlewares, model fields, reusable apps and template tags.

Requirements

Installation

On most UNIX-like systems, you'll probably need to run these commands as root or using sudo.

To install use:

$ pip install kikola

Or:

$ python setup.py install

Also, you can retrieve fresh version of kikola from GitHub:

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

and place kikola directory somewhere to PYTHONPATH (or sys.path).

License

kikola is licensed under the BSD License.

Contents

Now kikola project consist of:

  • contrib
    • basicsearch
  • core
    • context_processors
      • path
    • decorators
      • memoized
      • render_to
      • render_to_json
      • smart_datetime
    • sitemaps
      • IndexSitemap
  • db
    • fields
      • JSONField
      • MonthField
      • PickleField
      • TimeDeltaField
      • URLField
  • forms
    • fields
      • JSONField
      • TimeDeltaField
      • URLField
    • forms
      • TabbedForm
    • widgets
      • AutocompleteWidget
      • JSONWidget
      • SelectDateWidget
      • TimeDeltaWidget
  • middleware
    • locale
      • SmartMultilingualMiddleware
  • shortcuts
    • conf
  • templatetags
    • json_tags
      • jsonify
    • timedelta_tags
      • timedelta
    • twitter_tags
      • twitterize
  • utils
    • digits
      • force_int
    • timedelta
      • TimedeltaJSONEncoder
      • str_to_timedelta
      • timedelta_average
      • timedelta_div
      • timedelta_seconds
      • timedelta_to_str

More

Found a bug? Have a good idea for improving kikola? Head over to GitHub to create a new issue or fork.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].