Begin Interface
This commit is contained in:
@ -17,4 +17,5 @@ import os
|
||||
|
||||
BASE_PATH = '/ums-agenten'
|
||||
SHARE_PATH = os.path.join(BASE_PATH, 'share')
|
||||
PERSIST_PATH = os.path.join(BASE_PATH, 'persist')
|
||||
PERSIST_PATH = os.path.join(BASE_PATH, 'persist')
|
||||
TEMPLATE_PATH = os.path.join(BASE_PATH, 'plattform', 'web', 'templates')
|
Reference in New Issue
Block a user