Merge pull request #16412 from edx/pwnage101/settings_validation_refactor_PLAT-1776
move settings validation out of startup.py
Showing
- cms/envs/common.py 3 additions, 0 deletionscms/envs/common.py
- cms/startup.py 0 additions, 4 deletionscms/startup.py
- common/djangoapps/startup_configurations/validate_config.py 0 additions, 42 deletionscommon/djangoapps/startup_configurations/validate_config.py
- lms/envs/common.py 4 additions, 1 deletionlms/envs/common.py
- lms/startup.py 0 additions, 5 deletionslms/startup.py
- openedx/core/djangoapps/common_initialization/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/common_initialization/__init__.py
- openedx/core/djangoapps/common_initialization/apps.py 14 additions, 0 deletionsopenedx/core/djangoapps/common_initialization/apps.py
- openedx/core/djangoapps/common_initialization/checks.py 49 additions, 0 deletionsopenedx/core/djangoapps/common_initialization/checks.py
- openedx/core/djangoapps/theming/apps.py 3 additions, 75 deletionsopenedx/core/djangoapps/theming/apps.py
- openedx/core/djangoapps/theming/checks.py 79 additions, 0 deletionsopenedx/core/djangoapps/theming/checks.py
File moved
openedx/core/djangoapps/theming/checks.py
0 → 100644
Please register or sign in to comment