[Mailman-Developers] Bug in mailman-bundler

2014-04-28 Thread Abhilash Raj
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

Re: [Mailman-Developers] Bug in mailman-bundler

2014-04-28 Thread Aurelien Bompard
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

Re: [Mailman-Developers] Deploying postorius and mailman-bundle

2014-04-28 Thread Aurelien Bompard
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 file

Re: [Mailman-Developers] Deploying postorius and mailman-bundle

2014-04-28 Thread Aurelien Bompard
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