Changeset 32c5f16 for asadb/groups
- Timestamp:
- Sep 16, 2012, 6:41:11 PM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 2c9e652
- Parents:
- 30380bb
- git-author:
- Alex Dehnert <adehnert@…> (09/16/12 18:41:11)
- git-committer:
- Alex Dehnert <adehnert@…> (09/16/12 18:41:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/diffs.py
r30380bb r32c5f16 24 24 import util.emails 25 25 import util.mailman 26 27 update_asa_exec = 'asa-exec@mit.edu'28 update_funding_board = 'asa-db@mit.edu'29 update_constitution_archive = 'asa-db@mit.edu'30 26 31 27 if settings.PRODUCTION_DEPLOYMENT: … … 214 210 215 211 216 # Note: th is isn't actually used (but might have some utility in telling what212 # Note: these aren't actually used (but might have some utility in telling what 217 213 # should be diffed) 214 update_asa_exec = 'asa-exec@mit.edu' 215 update_funding_board = 'asa-db@mit.edu' 216 update_constitution_archive = 'asa-db@mit.edu' 217 218 218 diff_fields = { 219 219 'name' : [ update_asa_exec, ],
Note: See TracChangeset
for help on using the changeset viewer.