Changeset fd5cc07
- Timestamp:
- Mar 19, 2012, 3:56:35 AM (14 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/groups/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
ra5655ef rfd5cc07 42 42 main_account_id = models.IntegerField(null=True, blank=True, ) 43 43 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.") 45 45 recognition_date = models.DateTimeField() 46 46 update_date = models.DateTimeField(editable=False, )
Note: See TracChangeset
for help on using the changeset viewer.