1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fix DEFAULT_FROM_EMAIL

This commit is contained in:
Josue-T 2018-10-25 21:23:32 +02:00 committed by GitHub
parent 86839d6d32
commit 34c52d2458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,6 @@ DATABASES = {
}, },
} }
DEFAULT_FROM_EMAIL = "YNH_APP_ARG_EMAIL"
FEEDS = (('isp', 'http://www.illyse.net/feed/', 3), FEEDS = (('isp', 'http://www.illyse.net/feed/', 3),
('ffdn', 'http://www.ffdn.org/fr/rss.xml', 3)) ('ffdn', 'http://www.ffdn.org/fr/rss.xml', 3))