- 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
10 lines
289 B
Python
10 lines
289 B
Python
"""
|
|
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
|