Skip to content

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_NAME = 'search_index_default' module-attribute

The name of the default search index.

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.