diff options
Diffstat (limited to 'django/core/management/commands/diffsettings.py')
| -rw-r--r-- | django/core/management/commands/diffsettings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/commands/diffsettings.py b/django/core/management/commands/diffsettings.py index 6f93ce2953..5adf35eb66 100644 --- a/django/core/management/commands/diffsettings.py +++ b/django/core/management/commands/diffsettings.py @@ -39,7 +39,7 @@ class Command(BaseCommand): ) def handle(self, **options): - from django.conf import settings, Settings, global_settings + from django.conf import Settings, global_settings, settings # Because settings are imported lazily, we need to explicitly load them. if not settings.configured: |
