Project configuration
Parameters which can be configured for this project.
Environmental variables
DJANGO_SECRET_KEY
DIR_PATH_DQMIO_STORAGE
Path (usually to EOS) where DQM files are to be found. This directory is scanned for valid DQM files which are then available to parse histograms from.
If running locally, this can be changed to whichever directory you have sample DQM files stored.
See here.
DJANGO_DATABASE_NAME
DJANGO_DATABASE_USER
DJANGO_DATABASE_PASSWORD
DJANGO_DATABASE_HOST
DJANGO_DATABASE_PORT
DJANGO_ALLOWED_HOSTS
SITE_ID
CERN_SSO_REGISTRATION_CLIENT_ID
You can get this by registering the application in the Application Portal
or reusing
CERN_SSO_REGISTRATION_CLIENT_SECRET
Same with CERN_SSO_REGISTRATION_CLIENT_ID
.