|
|
@ -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 |
|
|
|