adding EMAIL_ADMIN to config

This commit is contained in:
Cayo Puigdefabregas 2021-02-22 21:14:56 +01:00
parent d1b50cc212
commit 181b7da69f
1 changed files with 3 additions and 0 deletions

View File

@ -65,3 +65,6 @@ class DevicehubConfig(Config):
PRICE_VERSION = StrictVersion('1.0')
PRICE_CURRENCY = Currency.EUR
"""Official versions."""
"""Admin email"""
EMAIL_ADMIN = config('EMAIL_ADMIN', '')