Added a setting where the exported excel files should be stored.

Added a option to send the exported excel as mail attachment.
This commit is contained in:
2017-12-07 09:40:35 +01:00
parent bb5081a78b
commit c5781246fe
9 changed files with 48 additions and 54 deletions

View File

@@ -4,7 +4,7 @@ import os
from ckeditor.fields import RichTextField
from django.conf import settings
from django.core.exceptions import ValidationError
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.db import models
from django.db.models import Q
from django.template.defaultfilters import slugify