mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #14264 -- Ensured settings.configure configures logging
Thanks Matt McDonald for the patch.
This commit is contained in:
@@ -83,6 +83,7 @@ class LazySettings(LazyObject):
|
||||
for name, value in options.items():
|
||||
setattr(holder, name, value)
|
||||
self._wrapped = holder
|
||||
self._configure_logging()
|
||||
|
||||
@property
|
||||
def configured(self):
|
||||
|
||||
Reference in New Issue
Block a user