Searched full:static_dir (Results 1 – 4 of 4) sorted by relevance
17 static_dir: images20 static_dir: scripts23 static_dir: styles
20 static_dir: stylesheets23 static_dir: static-dashboards
24 static_dir: static
367 static_dir = os.path.realpath(os.path.join(PARENT_DIRECTORY, 'static'))368 full_path = os.path.realpath(os.path.join(static_dir, path))369 if full_path.startswith(static_dir):374 % (full_path, static_dir))