Skip to content
Snippets Groups Projects
__init__.py 605 B
Newer Older
Erik Reid's avatar
Erik Reid committed
"""
Code and
Jinja templates used to render dashboard JSON.
Most dashboards reuse the
same templates, with the exception of
NREN-specific dashboards, which has
its own template.


Templates
-----------
Some of the provisioned dashboards are not generated but are just static
Erik Reid's avatar
Erik Reid committed
JSON files. These are put in the
`brian_dashboard_manager/dashboards` directory.
The same can be done for JSON datasource definitions in
the `datasources` directory.
Erik Reid's avatar
Erik Reid committed


Helpers
---------
.. automodule:: brian_dashboard_manager.templating.helpers


Rendering
---------
.. automodule:: brian_dashboard_manager.templating.render

"""