umap/docs
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
..
assets [docs] Rework the documentation 2023-12-05 16:18:10 +01:00
config feat(websockets): run the WS server as a django management command. 2024-06-07 18:21:30 +02:00
deploy Docs improvement 2024-05-07 10:03:34 +02:00
dev docs: update namespace of uMap objects 2024-02-19 17:11:10 -05:00
stylesheets [docs] Rework the documentation 2023-12-05 16:18:10 +01:00
changelog.md changelog 2024-05-17 17:48:50 +02:00
contributing.md [docs] update the "testing" contributing section 2024-04-01 11:12:44 +02:00
index.md docs: fix link in index.md 2024-02-09 14:42:27 +01:00
install.md docs: remove mentions of compress / django-compressor 2024-01-19 17:16:38 +01:00
release.md 2.3.0 2024-05-09 18:08:08 +02:00
requirements.txt chore: bump mkdocs-material from 9.5.24 to 9.5.25 2024-05-27 17:40:58 +00:00