Closed cfedermann closed 11 years ago
Extend user accounts (or associated profiles) with information about a user's affiliation.
OR in case that does not work, create respective groups inside Django's admin backend and thus allow to assign users to "affiliation groups".
The latter option would work out-of-the-box.
We will use auth.Group instances instead, similar to what we do for language pair mappings.
auth.Group
Extend user accounts (or associated profiles) with information about a user's affiliation.
OR in case that does not work, create respective groups inside Django's admin backend and thus allow to assign users to "affiliation groups".
The latter option would work out-of-the-box.