mirror of
https://github.com/ae-utbm/sith.git
synced 2025-06-07 19:55:20 +00:00
26 lines
519 B
Markdown
26 lines
519 B
Markdown
## Backend
|
|
|
|
::: core.auth.backends
|
|
handler: python
|
|
options:
|
|
heading_level: 3
|
|
members:
|
|
- SithModelBackend
|
|
|
|
## Mixins
|
|
|
|
::: core.auth.mixins
|
|
handler: python
|
|
options:
|
|
heading_level: 3
|
|
members:
|
|
- can_edit_prop
|
|
- can_edit
|
|
- can_view
|
|
- CanCreateMixin
|
|
- CanEditMixin
|
|
- CanViewMixin
|
|
- CanEditPropMixin
|
|
- FormerSubscriberMixin
|
|
- PermissionOrAuthorRequiredMixin
|