PyLucid related terms and definitions
- Term:
- PageContent
- Short definition:
- PyLucid model witch store the content of a normal CMS page.
- Content:
PageContent is a PyLucid models. It stores the content of a normal CMS page and the used markup.
PyLucid support these markups:
- Creole wiki markup (shipped with PyLucid)
- plain html
- tinyTextile (obsolete, shipped with PyLucid)
- Textile (original, Python modul must be installed)
- Markdown (Python modul must be installed)
- ReStructuredText (Python modul must be installed)
The model is defined here: pylucid_project/apps/pylucid/models/pagecontent.py
A import can look like this: