Просмотр исходного кода

Added missing config field to def config.

Rafał Pitoń 11 лет назад
Родитель
Сommit
fd0d9a91b7
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      deployment/settings.py

+ 3 - 0
deployment/settings.py

@@ -135,6 +135,9 @@ EMAIL_HOST_PASSWORD = ''
 # Use TLS encryption
 EMAIL_USE_TLS = False
 
+# This address is used in "from" field of emails sent by site
+DEFAULT_FROM_EMAIL = ''
+
 # Screamer Configuration
 # Screamer is special feature that sends email to users listed under ADMINS when application
 # erros. First setting is origin of error emails, while second is message title prefix that