aboutsummaryrefslogtreecommitdiff

Mu4Web

Running

Development

python -m mu4web

Deployment

The project should be deployed through some form of WSGI gateway.

A minimal Gunicorn example:

gunicorn 'mu4web.main:app'