import bugfix
This commit is contained in:
parent
c39d2b3146
commit
0df4cc9b93
|
@ -4,6 +4,7 @@ import sys
|
|||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.template.loader import get_template
|
||||
from django.core.mail import send_mail, BadHeaderError
|
||||
from django.conf import settings
|
||||
|
||||
from input.models import Project, Library, HonoraryCertificate, Travel, Email,\
|
||||
BusinessCard, List, IFG, Literature
|
||||
|
|
Loading…
Reference in New Issue