A django CMS command to export CMS Pages and PlaceholderFields-enabled objects and all their dependencies.
- Free software: BSD license
Warning
This is highly experimental, it's not guaranteed to work in any way, to keep your data intact; it may harm you, your cat and even create a black hole in a server near you. You've been warned!
Largely based on django dump_data
command it differs in two aspects:
- Objects selection is based on a queryset passed by the user (as string)
- Objects dependencies are evaluated on a per-instance base to dump only the corresponding dependent instances.
For documentation see http://djangocms-export-objects.readthedocs.org