1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Welcome to django-taggit's documentation!
=========================================
``django-taggit`` is a reusable Django application designed to make adding
tagging to your project easy and fun.
``django-taggit`` works with Django 4.1+ and Python 3.8+.
.. toctree::
:maxdepth: 2
getting_started
forms
admin
serializers
testing
api
faq
custom_tagging
contributing
external_apps
changelog
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|