diff --git a/lms/envs/devstack_docker.py b/lms/envs/devstack_docker.py index 2eece814deae2c31cf5456b34af9e0f386c38c4e..7ac05251137bb7839cbf68f69f4495d73f508e65 100644 --- a/lms/envs/devstack_docker.py +++ b/lms/envs/devstack_docker.py @@ -1,3 +1,9 @@ -""" Overrides for Docker-based devstack. """ +""" +Left over environment file from before the transition of devstack from +vagrant to docker was complete. + +This file should no longer be used, and is only around in case something +still refers to it. +""" from .devstack import * # pylint: disable=wildcard-import, unused-wildcard-import diff --git a/lms/envs/docs/README.rst b/lms/envs/docs/README.rst index 351945be01a1ef04d3937716d8bcd6562689c0a0..2a1d0f23266ee542beb78a16b4400455b917b063 100644 --- a/lms/envs/docs/README.rst +++ b/lms/envs/docs/README.rst @@ -4,7 +4,7 @@ LMS Configuration Settings The lms.envs module contains project-wide settings, defined in python modules using the standard `Django Settings`_ mechanism. -.. _Django Settings: https://docs.djangoproject.com/en/1.11/topics/settings/ +.. _Django Settings: https://docs.djangoproject.com/en/2.2/topics/settings/ Different python modules are used for different setting configuration options. To prevent duplication of settings, modules import values from other modules, diff --git a/lms/envs/docs/images/lms_settings.png b/lms/envs/docs/images/lms_settings.png index 867f8a06bf63b4c4758b556bd020447ef6fddf13..cae36b5d70c83113ee50ded20f4cb59fe9e64623 100644 Binary files a/lms/envs/docs/images/lms_settings.png and b/lms/envs/docs/images/lms_settings.png differ