paths
BIN_DIR = settings.BASE_DIR / 'backend' / 'bin'
module-attribute
The path to the backend/bin directory.
DATA_DIR = settings.STORAGE_DIR / 'data'
module-attribute
The path to the data directory.
DEFAULT_SEARCH_INDEX = DATA_DIR / f'search_index_default'
module-attribute
The path to the data directory.
DOWNLOAD_DIR = settings.STORAGE_DIR / 'downloads'
module-attribute
The path to the downloads directory.
EXPORT_DIR = settings.STORAGE_DIR / 'export'
module-attribute
The path to the export directory.
IMPORT_DIR = settings.STORAGE_DIR / 'import'
module-attribute
The path to the import directory.