Table Of Contents

Previous topic

3.7. pdfgen – PDF generation

Next topic

3.9. subversion – Subversion Repository Application

This Page

Languages

Previous versions

1.2
1.1

3.8. richpage - Page document (wiki page)

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.

3.8.1. settings.py

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.

3.8.2. Synchronizing the database

Run ./manage.py migrate richpage.

3.8.3. Testing

Create a Page via the creation page.

Then you can edit its content by clickibng on the Edit button.