Changeset 3f34670 for remit/settings.py
- Timestamp:
- Mar 20, 2010, 4:05:02 AM (15 years ago)
- Branches:
- master, client
- Children:
- 14adb6b
- Parents:
- 3bf063c
- git-author:
- Alex Dehnert <adehnert@…> (03/20/10 04:05:02)
- git-committer:
- Alex Dehnert <adehnert@…> (03/20/10 04:05:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/settings.py
ra9d44e0 r3f34670 109 109 ) 110 110 111 EMAIL_SUBJECT_PREFIX = "[Remit %s] " % (GROUP_ABBR,)111 EMAIL_SUBJECT_PREFIX = "[Remit: %s] " % (GROUP_ABBR,) 112 112 113 113 from local_settings_after import *
Note: See TracChangeset
for help on using the changeset viewer.