django-urltags 0.1 documentation

Getting Started

Installation

  1. Installation is easy using pip or easy_install.
    pip install django-urltags
    

    or

    easy_install django-urltags
    
  2. Add ‘urltags’ into your settings.py‘s INSTALLED_APPS

Using the template tags and filters

  1. In your template, load the library with {% load url_tags %}
  2. Refer to the reference for the tag or filter you want to use.