===============
Getting Started
===============

Installation
============

#. Installation is easy using ``pip`` or ``easy_install``.
    .. code-block:: bash

        pip install django-urltags

    or

    .. code-block:: bash

        easy_install django-urltags

#. Add 'urltags' into your ``settings.py``'s  ``INSTALLED_APPS``


Using the template tags and filters
===================================

#. In your template, load the library with ``{% load url_tags %}``

#. Refer to the reference for the tag or filter you want to use.