Closed G-Rath closed 1 year ago
I'm not a Python/Django dev by trade and this could be why it stands out to me so much, but I feel like there is an important difference between "variable" and "setting" since this is expected to be in settings.py.
settings.py
https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-DATABASES uses the term setting, so we should be consistent with that.
I'm not a Python/Django dev by trade and this could be why it stands out to me so much, but I feel like there is an important difference between "variable" and "setting" since this is expected to be in
settings.py
.