forked from Github-Mirrors/canaille
doc: document SQL package extra
This commit is contained in:
parent
da6a3b2e68
commit
50b6a11d3b
1 changed files with 7 additions and 0 deletions
|
@ -28,9 +28,16 @@ Canaille provides different package options:
|
||||||
- `front` provides all the things needed to produce the user interface;
|
- `front` provides all the things needed to produce the user interface;
|
||||||
- `oidc` provides the dependencies to perform OAuth2/OIDC authentication;
|
- `oidc` provides the dependencies to perform OAuth2/OIDC authentication;
|
||||||
- `ldap` provides the dependencies to enable the LDAP backend;
|
- `ldap` provides the dependencies to enable the LDAP backend;
|
||||||
|
- `sql` provides the dependencies to enable the Postgresql or Mysql backends;
|
||||||
- `sentry` provides sentry integration to watch Canaille exceptions;
|
- `sentry` provides sentry integration to watch Canaille exceptions;
|
||||||
- `all` provides all the extras above.
|
- `all` provides all the extras above.
|
||||||
|
|
||||||
|
They can be installed with:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
pip install "canaille[front,oidc,sql]"
|
||||||
|
|
||||||
Configure
|
Configure
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue