trivial: fix disable_global_logging import (#49028)

This commit is contained in:
Frédéric Péters 2020-12-01 19:57:30 +01:00
parent eec5780a80
commit 9764c3970b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import sys
from django.core.management.base import BaseCommand
from . import disable_logging
from . import disable_global_logging
class Command(BaseCommand):