Begin Interface

This commit is contained in:
2024-10-08 13:08:17 +02:00
parent cff39d61de
commit 28eee676c4
5 changed files with 105 additions and 44 deletions

View File

@ -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')