Fellow Report - May 9, 2015

2015-05-09 Thread Tim Graham
Report for week ending May 9, 2015: Triaged --- https://code.djangoproject.com/ticket/24741 - UnicodeDecodeError in gettext via migrations autodetector (needsinfo) https://code.djangoproject.com/ticket/24740 - AdminSite site title (worksforme) https://code.djangoproject.com/ticket/2474

Re: SSL support for Django-admin runserver‏

2015-05-09 Thread Steven Berry
>From what I understand that's predicated on a *nix environment. So while it's a perfectly reasonable solution, and one which I may end up using myself, it doesn't cover all bases. I can certainly understand if the goal is to keep runserver as slim as possible so as not to reproduce functionali

Re: SSL support for Django-admin runserver‏

2015-05-09 Thread Gert Van Gool
Hi Steven, It might be handier to use gunicorn with SSL support[1] and since there is already a section in the Django documentation on how to use gunicorn in a project[2]. [1]: http://gunicorn-docs.readthedocs.org/en/latest/settings.html#ssl [2]: https://docs.djangoproject.com/en/1.8/howto/deplo

SSL support for Django-admin runserver‏

2015-05-09 Thread Steven Berry
While working with an OAuth library I was running into some issues signing requests on a local development server due to lack of HTTPS. To solve this problem I was deploying web application code to a VM with a shared folder or SCP and running an TLS-enabled nginx server. Obviously the developme

Admin filter column scroll bar

2015-05-09 Thread Timothy Makobu
Hello, The follwing CSS change to #changelist-filter in changelists.css gives the filter column it's own scroll bar: https://gist.github.com/timkofu/fa5505cff4a2ad5ffd71 regards, Tim. -- You received this message because you are subscribed to the Google Groups "Django developers (Contribu