We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d2fef commit 22d64b8Copy full SHA for 22d64b8
README.rst
@@ -37,16 +37,15 @@ You'll need to add ``taggit_anywhere`` as a **LAST** item to ``INSTALLED_APPS``
37
38
.. code-block:: python
39
40
- INSTALLED_APPS = (
41
- ...
+ INSTALLED_APPS += [
42
# optional integration with django-taggit-helpers
43
'taggit_helpers', # pip install django-taggit-helpers
44
45
# optional integration with django-taggit-labels
46
'taggit_labels', # pip install django-taggit-labels
47
48
'taggit_anywhere', # must be last in a list
49
- )
+ ]
50
51
There is only one mandatory configuration option you need to set in your ``settings.py``:
52
0 commit comments