django-cms / djangocms-transfer

django CMS Transfer allows you to export and import plugins.
https://www.django-cms.org
Other
19 stars 19 forks source link

After installing, any command ran from manage.py brings up an error #37

Open Leyght811 opened 3 months ago

Leyght811 commented 3 months ago

After installing djangocms-transfer i tried to run python manage.py migrate djangocms_transfer as stated in the readme. This brought up the following error ImportError: cannot import name 'reorder_plugins' from 'cms.utils.plugins' (.../venv/lib/python3.12/site-packages/cms/utils/plugins.py) This error also occurs whenever I try to run other commands from manage.py e.g: python manage.py runserver, or python manage.py version Details: Python version 3.12 Django version 5.0.1 Django cms version 4.1.0

fsbraun commented 3 months ago

@Leyght811 I am afraid that currently djangocms-transfer only supports django CMS < 4