mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-21 22:41:14 +00:00
32 lines
597 B
Markdown
32 lines
597 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
|
|
- FormerSubscriberMixin
|
|
- PermissionOrAuthorRequiredMixin
|
|
|
|
|
|
## API Permissions
|
|
|
|
::: core.auth.api_permissions
|
|
handler: python
|
|
options:
|
|
heading_level: 3 |