Showing 49 to 54 of 246 blog posts tagged with "django".
-
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 -
Digging Into Django QuerySets
Digging Into Django QuerySets Object-relational mappers (or ORMs for short), such as the one that comes built-in with Django, make it easy for even new developers to become pr... Read more
April 5, 2017 -
Come Visit Us at PyCon 2017
PyCon 2017 is fast approaching, and we’re excited to support the event this year as sponsors once again. It’s a great opportunity to meet new friends, exchange ideas and interac... Read more
March 29, 2017 -
Hosting Django Sites on Amazon Elastic Beanstalk
Introduction Amazon Web Services (AWS)' Elastic Beanstalk is a service that bundles up a number of their lower-level services to manage many details for you when deploying a s... Read more
March 23, 2017 -
Here's a Production-Ready Dockerfile for Your Python/Django App
Update (October 29, 2019): I updated this post with more recent Django and Postgres versions, to use Python and pip directly in the container (instead of in a separate virtual ... Read more
March 14, 2017 -
Python type annotations
When it comes to programming, I have a belt and suspenders philosophy. Anything that can help me avoid errors early is worth looking into. The type annotation support that's be... Read more
February 22, 2017