aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/staff/models (follow)
Commit message (Collapse)AuthorAgeLines
* Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-34/+0
|
* Add user settings modal, with connections management and account deletionGravatar Gareth Coles2019-10-23-1/+1
|
* Add is_staff to role mappings, and the logic to go with itGravatar Gareth Coles2019-10-20-0/+5
|
* Signals: Handle (and test) mapping updates/deletionsGravatar Gareth Coles2019-10-11-2/+4
| | | | This also enforces unique values for both attributes on the RoleMapping model. Supporting configurations where this isn't the case would introduce quite a lot of added complexity.
* Remove app_label from role mapping modelGravatar Gareth Coles2019-10-03-3/+0
| | | | Turns out, setting this *does* move the model to a different category under the admin - but it also reparents it to the referenced app, so the migrations are created under that app instead. Nasty.
* Add model to map Discord roles to Django permissions groupsGravatar Gareth Coles2019-10-03-0/+30
|
* Adding initial staff app to DjangoGravatar Sebastiaan Zeeff2019-08-23-0/+0