.. django-common-templatetags documentation master file, created by sphinx-quickstart on Sat Oct 18 01:03:25 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to django-common-templatetags's documentation! ====================================================== Contents: .. toctree:: :maxdepth: 2 templatetags Installation =============== Install via pip: pip install django-common-templatetags Then register the app in your settings.py: INSTALLED_APPS += ('common_templatetags',) Enjoy in your templates ;) Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`