OK, fixed and pushed. I've added instructions for running via Gunicorn
in the README, can you check them?
Thanks!
Aurélien
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailm
> While I was trying to deploy using nginx and
> uwsgi/gunicorn I found that they expect the script to have .py extension
> and not .wsgi. All new django versions currently create a wsgi.py file along
> with the project itself. So I was thinking we should change that in our code
> too.
OK, this
Hey Abhilash!
> I was trying out mailman-bundler and have setup a demo here [1]. I notice
> that with 'USE_SSL=True' in development.py deployment settings, there is a
> redirect loop while logging in[2]. I had to disable it to deploy.
Hmm, this parameter should be ignored if DEBUG is True. But yo
Hi Aurelien,
I was trying out mailman-bundler and have setup a demo here [1]. I notice
that with 'USE_SSL=True' in development.py deployment settings, there is a
redirect loop
while logging in[2]. I had to disable it to deploy.
(The demo server still needs to be hooked up with postfix).
Also may