Configure DEFAULT_FROM_EMAIL

This commit is contained in:
Andrey Golovizin 2020-01-25 19:20:37 +01:00
parent 01639394f9
commit 22bf5c835b

View file

@ -228,3 +228,5 @@ THUMBNAIL_PROCESSORS = (
DJANGOCMS_PICTURE_RESPONSIVE_IMAGES = True
DJANGOCMS_PICTURE_RESPONSIVE_IMAGES_VIEWPORT_BREAKPOINTS = [300, 400, 576, 768]
DEFAULT_FROM_EMAIL = 'noreply@sologoc.com'