PROFILE_YML_PATH / PROFILE
# prism_project.py
...
# Profile directory and name
PROFILE_YML_PATH = Path(__file__).parent / 'profile.yml'
PROFILE = "default"
...Last updated
# prism_project.py
...
# Profile directory and name
PROFILE_YML_PATH = Path(__file__).parent / 'profile.yml'
PROFILE = "default"
...Last updated