Skip to content

Commit 22d64b8

Browse files
authored
Update README.rst
1 parent a3d2fef commit 22d64b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ You'll need to add ``taggit_anywhere`` as a **LAST** item to ``INSTALLED_APPS``
3737

3838
.. code-block:: python
3939
40-
INSTALLED_APPS = (
41-
...
40+
INSTALLED_APPS += [
4241
# optional integration with django-taggit-helpers
4342
'taggit_helpers', # pip install django-taggit-helpers
4443
4544
# optional integration with django-taggit-labels
4645
'taggit_labels', # pip install django-taggit-labels
4746
4847
'taggit_anywhere', # must be last in a list
49-
)
48+
]
5049
5150
There is only one mandatory configuration option you need to set in your ``settings.py``:
5251

0 commit comments

Comments
 (0)