mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Correct wrong module paths
This commit is contained in:
parent
06efdb17ae
commit
1ab2f6cefb
1 changed files with 3 additions and 3 deletions
|
@ -59,11 +59,11 @@ Radicale's source code for more information.
|
|||
## Rights management plugins
|
||||
This plugin type is used to check if a user has access to a path.
|
||||
The module must contain a class `Rights` that extends
|
||||
`radicale.auth.BaseAuth`. Take a look at the file `radicale/rights.py` in
|
||||
`radicale.rights.BaseRights`. Take a look at the file `radicale/rights.py` in
|
||||
Radicale's source code for more information.
|
||||
|
||||
## Storage plugins
|
||||
This plugin is used to store collections and items.
|
||||
The module must contain a class `Storage` that extends
|
||||
`radicale.auth.BaseStorage`. Take a look at the file `radicale/storage.py` in
|
||||
Radicale's source code for more information.
|
||||
`radicale.storage.BaseStorage`. Take a look at the file `radicale/storage.py`
|
||||
in Radicale's source code for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue