Codenerix CMS is a module that enables CODENERIX to set products on several platforms in a general manner
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Install this package:
For python 2: sudo pip2 install django-codenerix-cms For python 3: sudo pip3 install django-codenerix-cms
Add "codenerix_extensions" and "codenerix_cms" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_extensions', 'codenerix_cms', >`_.