Changeset fd5cc07


Ignore:
Timestamp:
Mar 19, 2012, 3:56:35 AM (14 years ago)
Author:
ASA Group Database <asa-db@…>
Branches:
master, space-access, stable, stage
Children:
7a56298
Parents:
a5655ef
git-author:
Alex Dehnert <adehnert@…> (03/19/12 03:56:35)
git-committer:
ASA Group Database <asa-db@…> (03/19/12 03:56:35)
Message:

Explain Athena lockers

Hopefully this can cut back on the number of "n/a" values for Athena lockers,
and confused emails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    ra5655ef rfd5cc07  
    4242    main_account_id = models.IntegerField(null=True, blank=True, )
    4343    funding_account_id = models.IntegerField(null=True, blank=True, )
    44     athena_locker = models.CharField(max_length=20, blank=True)
     44    athena_locker = models.CharField(max_length=20, blank=True, help_text="Often, this will appear in your group's URL --- http://web.mit.edu/SOME_VARIANT_OF_GROUP_NAME/, http://www.mit.edu/~SOME_VARIANT_OF_GROUP_NAME/ and http://SOME_VARIANT_OF_GROUP_NAME.scripts.mit.edu/ all correspond to a locker name of SOME_VARIANT_OF_GROUP_NAME. Also, you can probably find this in your entry in the old database.")
    4545    recognition_date = models.DateTimeField()
    4646    update_date = models.DateTimeField(editable=False, )
Note: See TracChangeset for help on using the changeset viewer.