This commit is contained in:
Aymeric Augustin 2013-12-31 13:16:34 +01:00
parent 587b678d41
commit a95f74e707
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import os
import sys import sys
import django import django
from django.apps import apps
from django.conf import settings from django.conf import settings
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
from django.core.management.base import BaseCommand, CommandError, handle_default_options from django.core.management.base import BaseCommand, CommandError, handle_default_options