autodiscover ¤
autodiscover ¤
Search for component files and import them. Returns a list of module paths of imported files.
Autodiscover searches in the locations as defined by Loader.get_dirs
.
You can map the module paths with map_module
function. This serves as an escape hatch for when you need to use this function in tests.
Source code in src/django_components/autodiscover.py
get_dirs ¤
Helper for using django_component's FilesystemLoader class to obtain a list of directories where component python files may be defined.
Source code in src/django_components/autodiscover.py
import_libraries ¤
Import modules set in COMPONENTS.libraries
setting.
You can map the module paths with map_module
function. This serves as an escape hatch for when you need to use this function in tests.
Source code in src/django_components/autodiscover.py
search_dirs ¤
Search the directories for the given glob pattern. Glob search results are returned as a flattened list.