Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created February 10, 2021 18:31
Show Gist options
  • Save jmrobles/1bd7d58100f55f52c0410b599bd4c761 to your computer and use it in GitHub Desktop.
Save jmrobles/1bd7d58100f55f52c0410b599bd4c761 to your computer and use it in GitHub Desktop.
#!/bin/bash
python manage.py dumpdata --natural-foreign \
sites \
users \
cms \
menus \
sekizai \
treebeard \
djangocms_text_ckeditor \
filer \
easy_thumbnails \
djangocms_link \
djangocms_file \
djangocms_picture \
djangocms_video \
djangocms_snippet \
djangocms_column \
djangocms_icon \
djangocms_bootstrap4 \
bootstrap4_alerts \
bootstrap4_badge \
bootstrap4_card \
bootstrap4_carousel \
bootstrap4_collapse \
bootstrap4_content \
bootstrap4_grid \
bootstrap4_jumbotron \
bootstrap4_link \
bootstrap4_listgroup \
bootstrap4_media \
bootstrap4_picture \
bootstrap4_tabs \
bootstrap4_utilities \
aldryn_apphooks_config \
aldryn_categories \
aldryn_common \
aldryn_newsblog \
aldryn_people \
aldryn_translation_tools \
> /tmp/cms.dump.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment