update code of dash and report of cont_client and devlp abstract of qty

This commit is contained in:
2026-07-30 14:38:37 +05:30
parent 12b2032430
commit bf1df3a817
42 changed files with 3066 additions and 952 deletions

View File

@@ -12,7 +12,7 @@ def get_download_format_folder():
"static",
"downloads",
"format"
)
)
def get_uploads_folder():
return os.path.join(
@@ -23,4 +23,11 @@ def get_uploads_folder():
def ensure_upload_folder():
if not os.path.exists(get_uploads_folder()):
os.makedirs(get_uploads_folder())
os.makedirs(get_uploads_folder())
def get_logs_folder():
return os.path.join(
current_app.root_path,
"logs"
)