mirror of
https://github.com/yweber/lodel2.git
synced 2026-04-27 02:40:57 +02:00
Push forgeted file
This commit is contained in:
parent
312bfce1cb
commit
52f2bd644f
2 changed files with 15 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from . import settings_format
|
|||
|
||||
## @package Lodel.settings
|
||||
#
|
||||
# @brief Defines stuff to handles Lodel2 configuration
|
||||
# @brief Defines stuff to handles Lodel2 configuration (see @ref lodel_settings )
|
||||
#
|
||||
# To access the confs use the Lodel.settings.Settings SettingsHandler instance
|
||||
|
||||
|
|
|
|||
14
Lodel/settings_format.py
Normal file
14
Lodel/settings_format.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#-*- coding: utf-8 -*-
|
||||
|
||||
MANDATORY = [
|
||||
'debug',
|
||||
'sitename',
|
||||
'lodel2_lib_path',
|
||||
'em_file',
|
||||
'dynamic_code_file',
|
||||
'ds_package',
|
||||
'datasource',
|
||||
'mh_classname',
|
||||
]
|
||||
|
||||
ALLOWED = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue