Update EMAIL_SUBJECT_PREFIX

Brightcells 7 years ago
parent
commit
42ac0c7689
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tamron/settings.py

+ 1 - 1
tamron/settings.py

@@ -209,7 +209,7 @@ ADMINS = [('Kimi', 'kimi@pai.ai')]
209 209
 MANAGERS = ADMINS
210 210
 # Subject-line prefix for email messages send with django.core.mail.mail_admins
211 211
 # or ...mail_managers.  Make sure to include the trailing space.
212
-EMAIL_SUBJECT_PREFIX = u'[Pai2] '
212
+EMAIL_SUBJECT_PREFIX = u'[Tamron] '
213 213
 
214 214
 try:
215 215
     from local_settings import *