Set default_from_email

This commit is contained in:
Sonny 2020-03-22 20:50:51 +01:00
parent 6bfb84dab9
commit fdb90525a8

View file

@ -129,6 +129,8 @@ STATICFILES_FINDERS = [
"django.contrib.staticfiles.finders.AppDirectoriesFinder", "django.contrib.staticfiles.finders.AppDirectoriesFinder",
] ]
DEFAULT_FROM_EMAIL = "newsreader@rss.fudiggity.nl"
# Third party settings # Third party settings
AXES_HANDLER = "axes.handlers.cache.AxesCacheHandler" AXES_HANDLER = "axes.handlers.cache.AxesCacheHandler"
AXES_CACHE = "axes" AXES_CACHE = "axes"