diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-31 13:16:34 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-31 13:16:51 +0100 |
| commit | a95f74e7078e2f38935e3de5e3229b8ff585ae00 (patch) | |
| tree | dd56ae1ae5b299eeea8d8bf20d8783f6893f52a1 | |
| parent | 587b678d41e481294a302a8467121162bf06f274 (diff) | |
Oops.
| -rw-r--r-- | django/core/management/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py index fcd7c7ccd8..3d6482f236 100644 --- a/django/core/management/__init__.py +++ b/django/core/management/__init__.py @@ -6,6 +6,7 @@ import os import sys import django +from django.apps import apps from django.conf import settings from django.core.exceptions import ImproperlyConfigured from django.core.management.base import BaseCommand, CommandError, handle_default_options |
