File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ Even more simpler approach to tagging with
14
14
django-taggit _. Additionally this project provides easy-to-use
15
15
integration with django-taggit-helpers _ and django-taggit-labels _
16
16
17
- Requirements
18
- ~~~~~~~~~~~~
19
-
20
- You must have *django-taggit * installed and configured, see the django-taggit _ documentation for details and setup instructions.
21
-
22
17
Installation
23
- ============
18
+ ------------
24
19
25
20
First install the module, preferably in a virtual environment. It can be installed from PyPI:
26
21
27
22
.. code-block :: shell
28
23
29
24
pip install django-taggit-anywhere
30
25
26
+ Requirements
27
+ ~~~~~~~~~~~~
28
+
29
+ You must have *django-taggit * installed and configured, see the django-taggit _ documentation for details and setup instructions.
30
+
31
31
Setup
32
- =====
32
+ -----
33
33
34
34
Make sure the project is configured for django-taggit _.
35
35
@@ -61,11 +61,16 @@ Please see ``example`` application. This application is used to manually test th
61
61
You need Django 1.8 or above to run that. It might run on older versions but that is not tested.
62
62
63
63
Contributing
64
- ============
64
+ ------------
65
65
66
66
If you like this module, forked it, or would like to improve it, please let us know!
67
67
Pull requests are welcome too. :-)
68
68
69
+ License
70
+ -------
71
+
72
+ ``django-taggit-anywhere `` is released under the MIT license.
73
+
69
74
.. _django-taggit : https://github.com/alex/django-taggit
70
75
.. _django-taggit-helpers : https://github.com/mfcovington/django-taggit-helpers
71
76
.. _django-taggit-labels : https://github.com/bennylope/django-taggit-labels
You can’t perform that action at this time.
0 commit comments