]> git.0d.be Git - panikweb.git/commitdiff
change default from email
authorFrédéric Péters <fpeters@0d.be>
Thu, 6 Jul 2017 16:51:38 +0000 (18:51 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 6 Jul 2017 16:51:38 +0000 (18:51 +0200)
panikweb/settings.py

index 5be4b5a284f8c538e5bf924823699c76d9a99a69..aa58f29cd58f5c62d822c47fc6669e02f8c39466 100644 (file)
@@ -14,7 +14,7 @@ ADMINS = (
     # ('Your Name', 'your_email@domain.com'),
 )
 MANAGERS = ADMINS
-DEFAULT_FROM_EMAIL = 'info@radiopanik.org'
+DEFAULT_FROM_EMAIL = 'radio@esperanzah.be'
 
 LOGIN_REDIRECT_URL = '/'