Browse Source

import bugfix

master
Benni Baermann 4 years ago
parent
commit
0df4cc9b93
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      input/management/commands/sendmails.py

+ 1
- 0
input/management/commands/sendmails.py View File

@ -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…
Cancel
Save