Closed Martin20494 closed 3 weeks ago
In config.py there is still an environment variable DATA_DIR_REC that is being requested but its now unused and not in .env.template so new environments don't have it.
config.py
DATA_DIR_REC
.env.template
Remove DATA_DIR_REC from config.py
In
config.py
there is still an environment variableDATA_DIR_REC
that is being requested but its now unused and not in.env.template
so new environments don't have it.Remove
DATA_DIR_REC
fromconfig.py