Jon Armstrong
Results
1
issues of
Jon Armstrong
According to django's docs, settings should be imported using `from django.conf import settings` and _not_ your own settings file; see https://docs.djangoproject.com/en/5.1/topics/settings/#using-settings-in-python-code I recently ran into a bug in our dev...