Previously, deprecated [lms|cms|common]/djangoapps import paths would only raise errors if the ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS flag, which defaulted to False (but is overriden to True for Devstack and *.edx.org), was enabled. This change removes that setting and always raises on use those deprecated import paths.
This is a transitional folder as we move away from modifying ``sys.path`` in django config. See `the ADR`_ for more details. .. _the ADR: https://github.com/edx/edx-platform/blob/master/docs/decisions/0007-sys-path-modification-removal.rst