Skip to main content

Django miscellaneous - module with different useful stuff for django. Here you'll find: - couple decorators, like render_to and receive; - json_encode module for simplify work with json; - some usefull templatetags, like set, filter, get etc; some additional utilities; - bbcode template tags; - template tags that provide like and share for social sevices.

Project description

Django misc is module with set of utilities, decorators, templatetags that everybody uses at least once in project. So here they all in one application, that will grow to aggregate all usefull utilities for Django.

Quick overview

Here you’ll find:

  • Couple decorators, like render_to and receive

  • Json_encode module for simplify work with json

  • Some usefull templatetags, like set, filter, get etc

  • Some additional utilities

  • Bbcode template tags

  • Template tags that provide like and share for social sevices

Requirements

  • python >= 2.5

  • pip >= 0.8

  • django >= 1.2

Optional (for html clearing and bbcodes):

  • BeautifulSoup

  • git+git://github.com/frol/postmarkup.git

Installation

Django misc should be installed using pip:

pip install git+git://github.com/ilblackdragon/django-misc.git

Setup

  • Add ‘misc’ to INSTALLED_APPS

    INSTALLED_APPS += ( 'misc', )
  • If you want to use the html clearer

    pip install BeautifulSoup
  • If you want to use bbcodes

    pip install git+git://github.com/frol/postmarkup.git

Use django-misc

How to use some specific functional will be added later

Contributing

Development of django-misc happens at github: https://github.com/ilblackdragon/django-misc

License

Licensed under a GNU lesser general public license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-misc-0.0.1.tar.gz (15.1 kB view hashes)

Uploaded Source

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