New in version 2.0.
This application adds a new type of document, Page which does not contain files but has an editable “content” field.
To enable the richage application, it must be enabled in the settings file: add 'openPLM.apps.richpage' to the list of installed applications (INSTALLED_APPS).
You should also enable a richtext syntax.
Run ./manage.py migrate richpage.
Create a Page via the creation page.
Then you can edit its content by clickibng on the Edit button.