umap/docs/config
Alexis Métaireau d91c86e7fa feat(websockets): run the WS server as a django management command.
This allows to handle the loading of the settings in a consistant way,
and aditionnaly to provide a way to override the `WEBSOCKET_BACK_HOST`
and `WEBSOCKET_BACK_PORT` settings with arg commands `--host` and
`--port`.

Without this change, because of how we are currently loading our
settings, we would require the settings the be exposed by the
`umap.settings.__init__` file.

Previous implementations were exposing these settings, with the
following code:

```python
settings_as_dict = {k: v for k, v in globals().items() if k.isupper()}
  ```
2024-06-07 18:21:30 +02:00
..
customize.md docs: customizing header/footer templates 2024-02-06 12:56:09 -05:00
icons.md Update docs/config/icons.md 2024-05-17 17:38:04 +02:00
settings.md feat(websockets): run the WS server as a django management command. 2024-06-07 18:21:30 +02:00