Getting started
===============

Django-tables2 is `Available on pypi <https://pypi.python.org/pypi/django-tables2>`_
and can be installed using pip::

    pip install django-tables2

After installing, add ``'django_tables2'`` to ``INSTALLED_APPS`` and  add
``'django.template.context_processors.request'`` to the ``context_processors``
in your template setting ``OPTIONS``.

.. toctree::
    tutorial
    table-data
    performance
