Envs doc updates: Django version, update aws.py reference in image (#24364)

- Reference correct version of Django docs
- Updates to LMS envs diagram:
    - Rename aws.py reference in image (now production.py)
    - Remove deprecated and deleted environments
- Update note on `devstack_docker.py` to explain history
This commit is contained in:
Tim McCormack
2020-06-30 16:14:41 -04:00
committed by GitHub
parent dbfbc4bb32
commit ff203efe1f
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 142 KiB