> 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 is actually generated by the djangorecipe Buildout recipe, but fortunately there's a configuration option for the script name. I'll fix it. Aurélien _______________________________________________ Mailman-Developers mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
