settings¶
Module: espressodb.management.utilities.settings
Provides package settings variables needed by espressodb.
Raises ImproperlyConfigured errors if variables are not found.
-
PROJECT_APPS: List[str] = []¶ List of apps used in the project. Will be added to Django’s
INSTALLED_APPS
-
ROOT_DIR= 'path/to/current/project/root'¶ Root directory of the current project
-
PROJECT_NAME= 'my_project'¶ Name of the current project. Must match the name of the project Python module