Lunes CMS documentation

This is the developer documentation for the Lunes Django backend.

Note

For general help with the Django framework, please refer to the Django documentation.

Note

The API usage documentation can be found here: https://lunes.tuerantuer.org/api/docs/

First Steps

Basic Concepts

Deployment

Contributing

Reference

  • Lunes CMS: The main of the lunes-cms with the following sub-packages:

    • API: This is the app which contains all API routes and classes which map the cms models to API JSON responses. This is not the API documentation itself, but the Django developer documentation.

    • CMS: This is the content management system for backend users which contains all database models, views, forms and templates.

    • Core: This is the project’s main app which contains all configuration files.

    • Help: This is the app which handles the public upload of images.

Indices and tables