Changeset 7077b1d


Ignore:
Timestamp:
Oct 26, 2012, 4:57:16 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
9882429
Parents:
264efa0
git-author:
Alex Dehnert <adehnert@…> (10/26/12 04:57:16)
git-committer:
Alex Dehnert <adehnert@…> (10/26/12 04:57:16)
Message:

Keep GSC Funding Board list up-to-date (ASA-#159)

This should be verified when deployed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/diffs.py

    rac9b167 r7077b1d  
    2727if settings.PRODUCTION_DEPLOYMENT:
    2828    asa_all_groups_list = util.mailinglist.MailmanList('asa-official')
     29    gsc_fb_list = util.mailinglist.MailmanList('gsc-fb-')
    2930    finboard_groups_list = util.mailinglist.MoiraList('finboard-groups-only')
    3031else:
    3132    asa_all_groups_list = util.mailinglist.MailmanList('asa-test-mailman')
     33    gsc_fb_list = util.mailinglist.MailmanList('asa-test-mailman')
    3234    finboard_groups_list = util.mailinglist.MoiraList('asa-test-moira')
    3335
     
    295297        include_pred=funded_pred('undergrad'),
    296298    ))
     299    callbacks.append(UpdateOfficerListCallback(
     300        listobj=gsc_fb_list,
     301        include_pred=funded_pred('grad'),
     302    ))
    297303    return callbacks
    298304
Note: See TracChangeset for help on using the changeset viewer.