1
0
Fork 0
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:
Yann 2016-01-07 17:14:32 +01:00
commit 52f2bd644f
2 changed files with 15 additions and 1 deletions

View file

@ -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
View 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 = []