django-misc

A module with different useful stuff for Django
Download

django-misc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Publisher Name:
  • Ilya Polosukhin & Vlad Frolov
  • Publisher web site:
  • http://github.com/ilblackdragon/

django-misc Tags


django-misc Description

A module with different useful stuff for Django django-misc is a Django app with a 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.Installation:Django misc should be installed using pip:pip install git+git://github.com/ilblackdragon/django-misc.gitSetup 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


django-misc Related Software