Files
edx-platform/cms/envs
Guruprasad Lakshmi Narayanan a21d9bf381 Convert DATA_DIR to a Path object when fetching from ENV_TOKENS
This fixes the exceptions raised by code that expects it to be a Path
object. For instance, the LMS sysadmin dashboard courses page expects
DATA_DIR to be a Path object and throws a 500 Internal Server error if
it isn't.
2018-08-30 22:00:42 +05:30
..