set default 'from' email address
This commit is contained in:
@ -190,6 +190,7 @@ LOGOUT_REDIRECT_URL = reverse_lazy('home')
|
||||
SITE_ID = 1
|
||||
ACCOUNT_EMAIL_UNIQUE = True
|
||||
ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True
|
||||
DEFAULT_FROM_EMAIL = 'ProCatalog Support <support@procatalog.io>'
|
||||
|
||||
# django-debug-toolbar
|
||||
DJDT = False
|
||||
|
||||
Reference in New Issue
Block a user