March 2024 - This site, and Kamaelia are being updated. There is significant work needed, and PRs are welcome.

How do I get Django working with Kamaelia Publish?


It is possible to get Django working with Kamaelia Publish, however Django support is highly experimental (as is Django's WSGI support).  Kamaelia Publish includes a built in application for serving Django applications located at plugins.WsgiApps.django_app.  This app (probably) requires two variables to be set in the urls file:  project_path and django_path_handling.

Please note that django support is still experimental (more so than integration with other frameworks) and as such probably won't work right for your purposes.