owner:jennifer@painless-security.com resolution_fixed type_cleanup | by jennifer@painless-security.com
Per the Django settings documentation, the correct way to import settings is via from django.conf import settings. Several places use from ietf import settings.
Pragmatically speaking, using the from ietf form breaks the override_settings mechanism in potentially hard to diagnose ways.
Issue migrated from trac:3392 at 2022-03-04 09:12:41 +0000
owner:jennifer@painless-security.comresolution_fixedtype_cleanup| by jennifer@painless-security.comPer the Django settings documentation, the correct way to import settings is via
from django.conf import settings. Several places usefrom ietf import settings.Pragmatically speaking, using the
from ietfform breaks theoverride_settingsmechanism in potentially hard to diagnose ways.Issue migrated from trac:3392 at 2022-03-04 09:12:41 +0000