jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

docs: use `variable` instead of `setting` #219

Closed G-Rath closed 1 year ago

G-Rath commented 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.

palfrey commented 1 year ago

https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-DATABASES uses the term setting, so we should be consistent with that.