Skip to content
Snippets Groups Projects
Commit 29b4feae authored by florian's avatar florian
Browse files

DOC: Extend query-template documentation

parent a37ac595
No related branches found
No related tags found
2 merge requests!123Release 0.13.0,!115F query template datamodel
......@@ -2,6 +2,13 @@
Query shortcuts
===============
.. warning::
Until they have been `re-implemented
<https://gitlab.com/caosdb/caosdb-webui/-/issues/229>`__ for the new query
panel which has been introduced in CaosDB WebUI 0.11, query shortcuts only
work with the legacy query panel.
Introduction
============
......@@ -221,3 +228,10 @@ The solution is to create the RecordTypes, e.g. using the Python interface, as f
).add_property("templateDescription", importance=caosdb.OBLIGATORY),
])
datamodel.insert()
The data model is also included in the ``tools/query_template_datamodel.yml``
within this repository which can be imported into your database with ``python -m
caosadvancedtools.models.parser --sync query_template_datamodel.yml`` (you need
to have `CaosDB Advanced User
Tools<https://pypi.org/project/caosadvancedtools/>`__ installed and configured).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment