Skip to content

Custom wsgi.py

For a working ActivityQueueService in production I needed to override the wsgi.py file

The file wsgi.py is created by Django during startproject... I want to override server-manager to create a custom version automatically on startproject.. does anyone have some insight in how I would do this?

I suppose on existing production servers we'll need to replace it manually?

@jbpasquier @plup