djangocms-transfer icon indicating copy to clipboard operation
djangocms-transfer copied to clipboard

django CMS Transfer allows you to export and import plugins.

Results 7 djangocms-transfer issues
Sort by recently updated
recently updated
newest added

**Error Logs** ``` django.db.utils.IntegrityError: insert or update on table "bootstrap4_picture_bootstrap4picture" violates foreign key constraint "bootstrap4_picture_b_picture_id_f26d968d_fk_filer_ima" web_1 | DETAIL: Key (picture_id)=(6) is not present in table "filer_image". New 12:56 Internal Server...

…filer images ## Description Added ability to define own serializer based on https://github.com/django-cms/djangocms-transfer/pull/14 and created serializers folder where is created new django_cms serializer which is able to transfer djangocms filer...

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)...

## Description ## Related resources * #... * #... ## Checklist * [ ] I have opened this pull request against ``master`` * [ ] I have added or modified...

Hello, I am getting a `File is not valid` error when I try to import some plugins. By inspecting with a debugger, I have pinned down the issue to the...

A function which needs the json contents and a page as parameters to import it to a page. This is usefull for seting up standard pages on your site from...

## Description This PR makes `djangocms-transfer` roughly work with Django CMS 4.1 installations. We needed import/export between different installations and this works for us. Maybe this can be a starting...