Searched refs:RESOURCES_DIR (Results 1 – 3 of 3) sorted by relevance
20 RESOURCES_DIR = Path(__file__).parent / "static" variable23 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
65 RESOURCES_DIR = Path(__file__).parent / "static" variable436 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
66 RESOURCES_DIR = Path(__file__).parent / "static" variable963 (lambda app: app.config.html_static_path.append(RESOURCES_DIR.as_posix())),