mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-13 17:39:16 +01:00
- adds tests on filter parse & check - standart filters parse & check - relational filters parse & check - bugfixes related to tests in query.py - update the example and the test EM - bugfixes in admin script
17 lines
268 B
INI
17 lines
268 B
INI
[lodel2]
|
|
debug = False
|
|
sitename = noname
|
|
plugins_path = plugins
|
|
plugins = dummy, webui
|
|
|
|
[lodel2.logging.stderr]
|
|
level = ERROR
|
|
filename = -
|
|
context = True
|
|
|
|
[lodel2.editorialmodel]
|
|
groups =
|
|
emfile = examples/em_test.pickle
|
|
dyncode = leapi_dyncode.py
|
|
editormode = True
|
|
|