Skip to content

Conversation

@svenseeberg
Copy link
Member

@svenseeberg svenseeberg commented Dec 17, 2025

Short description

Install gunicorn and uvicorn modules to support setups with ASGI.

Proposed changes

  • Add uvicorn and gunicorn Python modules.
  • Re-add removed asgi.py file

Side effects

  • None

Faithfulness to issue description and design

There are no intended deviations from the issue and design.

How to test

export INTEGREAT_CMS_DEBUG=True
cd integreat_cms
../.venv/bin/gunicorn core.asgi --bind 127.0.0.1:8000 -k uvicorn.workers.UvicornWorker

Resolved issues

Enables support for HTTP2 and websockets.


Pull Request Review Guidelines

@svenseeberg svenseeberg added the prio: low Not urgent, can be resolved in the distant future. label Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

prio: low Not urgent, can be resolved in the distant future.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants