Change email subject to include app name
This commit is contained in:
parent
99f02fc916
commit
0e199c48b0
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ ALLOWED_HOSTS = ['localhost', 'workout.augendre.info', 'web', 'workout', 'workou
|
||||||
|
|
||||||
ADMINS = [('Gabriel', os.getenv('ADMIN_EMAIL')), ]
|
ADMINS = [('Gabriel', os.getenv('ADMIN_EMAIL')), ]
|
||||||
SERVER_EMAIL = os.getenv('SERVER_EMAIL')
|
SERVER_EMAIL = os.getenv('SERVER_EMAIL')
|
||||||
|
EMAIL_SUBJECT_PREFIX = '[Workout] '
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue