add source.list, source.create and source.get messages

This commit is contained in:
2019-12-16 15:13:28 +01:00
parent b567fd88ac
commit b4c48ebc10
8 changed files with 119 additions and 24 deletions

View File

@ -22,5 +22,6 @@ def get_config():
'global': {'message_root_path': 'messages',
'debug': DEBUG,
'internal_user': 'internal',
'rougail_dtd_path': '../rougail/data/creole.dtd'}
'rougail_dtd_path': '../rougail/data/creole.dtd'},
'source': {'root_path': '/srv/seed'}
}