missing import fix

This commit is contained in:
Serghei Mihai 2014-09-05 10:20:06 +02:00
parent ab1a8c351d
commit 3794543426
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import os
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
from django.utils.timezone import make_aware, get_current_timezone
from django.db.models import Q
from synchro_orleans.data.models import Facture, InvoiceNotificationEmail