Skip to content

uwsgi pythonpath option doesn't work with django

I followed the tutorial from [https://docs.mailman3.org/], and when starting mailman-web, I always had the "missing module : settings" error.

I found that the python path wasn't modified by the uwsgi "pythonpath" option, so I added the "env = PYTHONPATH=/etc/mailman3" option to my uwsgi ini file, and it worked like a charm.

Merge request reports