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
>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
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
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
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