-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
djangocms_link/djangocms_picture to djangocms_frontend migration #184
Comments
Currently, there is no migration script for Link and/or picture plugins. However, it may not be difficult to create them: https://djangocms-frontend.readthedocs.io/en/latest/how-to/migrate-3rd-party-plugins.html The only difficulty I see, is that djangocms-link and djangocms-frontend use the same name for the link plugin. For the migration process the original link plugin might need to be renamed. I'd suggest to look at:
Just be sure to make tests on a copied database first, where data loss would not matter. Please let me know if I can assist with specific questions! This should be doable! 🚀 |
@fsbraun thanks! I will definitely look into it. If I manage to do a migration process I will definitely share it. Best regards. |
Ok, I think I mapped the fields right but since I am working in a test environment of course, but still it would be very helpful. |
Hi @aacimov ! If you have a mapping, put it into a file and in your
Run |
Is there a chance there will be a migration script for
djangocms_link
anddjangocms_picture
plugins which are, by my honest opinion, most used on lots of Django CMS based websites?At the moment I am in a process of migrating the old Django CMS v3 with mentioned plugins (amongst others) and it would be a great option to migrate those to
djangocms_frontend
by ease. I must point out there is lots of data in the database I am migrating and only these 2 give me headache.If not, are there any simple steps to transfer it easily (preferably with example)?
Thanks a lot!
The text was updated successfully, but these errors were encountered: