|
1 | | -|django| |djangocms| |
| 1 | + |PyPiVersion| |DjVersion| |CmsVersion| |
2 | 2 |
|
3 | 3 | ********************* |
4 | 4 | django CMS Versioning |
@@ -27,7 +27,7 @@ Add ``djangocms_versioning`` to your project's ``INSTALLED_APPS``. |
27 | 27 | Run:: |
28 | 28 |
|
29 | 29 | 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> |
31 | 31 |
|
32 | 32 | to perform the application's database migrations and (only if you have an existing database) add version objects |
33 | 33 | needed to mark existing versions as draft. |
@@ -98,8 +98,18 @@ To update transifex translation in this repo you need to download the |
98 | 98 | ``tx pull`` from the repo's root directory. After downloading the translations |
99 | 99 | do not forget to run the ``compilemessages`` management command. |
100 | 100 |
|
| 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 |
101 | 104 |
|
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