22django CMS Snippet
33==================
44
5-
65|pypi | |build | |coverage |
76
87
@@ -33,6 +32,10 @@ feedback in the form of issues and pull requests. Before submitting your
3332pull request, please review our `contribution guidelines
3433<http://docs.django-cms.org/en/latest/contributing/index.html> `_.
3534
35+ We're grateful to all contributors who have helped create and maintain this package.
36+ Contributors are listed at the `contributors <https://github.com/divio/djangocms-snippet/graphs/contributors >`_
37+ section.
38+
3639One of the easiest contributions you can make is helping to translate this addon on
3740`Transifex <https://www.transifex.com/projects/p/djangocms-snippet/ >`_.
3841
@@ -43,8 +46,7 @@ Documentation
4346See ``REQUIREMENTS `` in the `setup.py <https://github.com/divio/djangocms-snippet/blob/master/setup.py >`_
4447file for additional dependencies:
4548
46- * Python 2.7, 3.4 or higher
47- * Django 1.11 or higher
49+ |python | |django | |djangocms |
4850
4951
5052Installation
@@ -112,3 +114,10 @@ You can run tests by executing::
112114 :target: https://travis-ci.org/divio/djangocms-snippet
113115.. |coverage | image :: https://codecov.io/gh/divio/djangocms-snippet/branch/master/graph/badge.svg
114116 :target: https://codecov.io/gh/divio/djangocms-snippet
117+
118+ .. |python | image :: https://img.shields.io/badge/python-2.7%20%7C%203.4+-blue.svg
119+ :target: https://pypi.org/project/djangocms-snippet/
120+ .. |django | image :: https://img.shields.io/badge/django-1.11%20%7C%202.0%20%7C%202.1-blue.svg
121+ :target: https://www.djangoproject.com/
122+ .. |djangocms | image :: https://img.shields.io/badge/django%20CMS-3.4%2B-blue.svg
123+ :target: https://www.django-cms.org/
0 commit comments