Welcome to Django Extra Views' documentation!
==============================================

Django Extra Views provides a number of additional class-based generic views to
complement those provide by Django itself.


Installation
------------

Installing from pypi (using pip). ::

    pip install django-extra-views

Installing from github. ::

    pip install -e git://github.com/AndrewIngram/django-extra-views.git#egg=django-extra-views


Contents
--------

.. toctree::
   :maxdepth: 2

   views
   changelog


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

