Showing 31 to 36 of 81 blog posts tagged with "how-to".
-
Building a Custom Block Template Tag
Building custom tags for Django templates has gotten much easier over the years, with decorators provided that do most of the work when building common, simple kinds of tags. O... Read more
May 1, 2017 -
Learning to ask the right questions, or people
I ask a lot of questions as a developer. Some of them have been more basic, like ‘How do I import a Python function from one file into another?’, and some more complex, like ‘Ho... Read more
April 10, 2017 -
How to write a bug report
Here are some brief thoughts on writing good bug reports in general. Main elements There are four crucial elements when writing a bug report: What did you do What did you see... Read more
February 15, 2017 -
New white paper: "Shipping faster: Django team improvements"
For the past couple months, we’ve been working on a new white paper, “Shipping Faster: Django Team Improvements”. We examined our existing processes, looked at best practices, a... Read more
April 4, 2016 -
AWS load balancers with Django
We recently had occasion to reconfigure some of our existing servers to use Amazon Web Services Elastic Load Balancers in front of them. Setting this up isn't hard, exactly, but... Read more
August 10, 2015 -
Django Logging Configuration: How the Default Settings Interfere with Yours
My colleague Vinod recently found the answer on Stack Overflow to something that's been bugging me for a long time - why do my Django logging configurations so often not do what... Read more
January 27, 2015