mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Example: ```python3 \# Load default configuration my_config = config.load() \# Pass a class directly my_config.update({"auth": {"type": MyAuth}}) \# Pass an object directly my_rights = MyRights() my_config.update({"rights": {"type": lambda config: my_rights}}) app = Application(my_config) ```` |
||
---|---|---|
.. | ||
custom | ||
static | ||
__init__.py | ||
helpers.py | ||
test_auth.py | ||
test_base.py | ||
test_config.py | ||
test_rights.py | ||
test_server.py | ||
test_web.py |