mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Fix class names
This commit is contained in:
parent
ac1274f400
commit
01aae3e390
1 changed files with 2 additions and 2 deletions
|
@ -64,6 +64,6 @@ 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.storage.BaseStorage`. Take a look at the file `radicale/storage.py`
|
||||
The module must contain a class `Collection` that extends
|
||||
`radicale.storage.BaseCollection`. 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