Skip to content
Alexandre Costa edited this page Aug 13, 2024 · 14 revisions

Overview

"Plugie" comes from Plugin Importer/Exporter - PlugIE. It is an app that extends Django CMS capabilities. While Django CMS allows you to copy, cut, and paste plugins within a page and even between different pages in the same CMS, Plugie allows you to serialize your plugins into a JSON file to later import into a page that might live in another CMS.

This is the developer documentation. To get an overview of using Plugie, please take a look at the README file.

Start here if you are new to Plugie:

  • installation
  • configuring
  • adding custom serializer/deserializer methods