Skip to content

Commit bf5b9d7

Browse files
committed
Update readme
1 parent a47e079 commit bf5b9d7

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|django| |djangocms|
1+
|PyPiVersion| |DjVersion| |CmsVersion|
22

33
*********************
44
django CMS Versioning
@@ -27,7 +27,7 @@ Add ``djangocms_versioning`` to your project's ``INSTALLED_APPS``.
2727
Run::
2828

2929
python -m manage migrate djangocms_versioning
30-
python -m manage create_versions --userid <user-id-of-migration-user>
30+
python -m manage create_versions --userid <user-id-of-migration-user>
3131

3232
to perform the application's database migrations and (only if you have an existing database) add version objects
3333
needed to mark existing versions as draft.
@@ -98,8 +98,18 @@ To update transifex translation in this repo you need to download the
9898
``tx pull`` from the repo's root directory. After downloading the translations
9999
do not forget to run the ``compilemessages`` management command.
100100

101+
.. |PyPiVersion| image:: https://img.shields.io/pypi/v/djangocms-versioning.svg?style=flat-square
102+
:target: https://pypi.python.org/pypi/djangocms-versioning
103+
:alt: Latest PyPI version
101104

102-
.. |django| image:: https://img.shields.io/badge/django-4.2%2B-blue.svg
103-
:target: https://www.djangoproject.com/
104-
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-4.1%2B-blue.svg
105-
:target: https://www.django-cms.org/
105+
.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/djangocms-versioning.svg?style=flat-square
106+
:target: https://pypi.python.org/pypi/djangocms-versioning
107+
:alt: Python versions
108+
109+
.. |DjVersion| image:: https://img.shields.io/pypi/frameworkversions/django/djangocms-versioning.svg?style=flat-square
110+
:target: https://pypi.python.org/pypi/djangocms-versioning
111+
:alt: Django versions
112+
113+
.. |CmsVersion| image:: https://img.shields.io/pypi/frameworkversions/django-cms/djangocms-versioning.svg?style=flat-square
114+
:target: https://pypi.python.org/pypi/djangocms-versioning
115+
:alt: django CMS versions

0 commit comments

Comments
 (0)