Practices
Offerings
Resources
Careers
About Us
Kyle Johnson — June 23rd, 2021
Migrations became a pretty popular feature with developers after being released with Django 1.7. Unfortunately, the practice of coming up with descriptive, helpful names for Django migrations hasn’t caught on quite as well. Here’s a brief on Django migrations and why you should learn to name them.
Kyle Johnson — March 11th, 2021
Getting ready to upgrade to the latest and greatest version of Django? Want to take advantage of a recent minor release? Here's how to do it without getting into trouble.
Kyle Johnson — December 1st, 2020
Django 3.1 provides support for asynchronous views, allowing developers to make signifcant performance improvements.
Kyle Johnson — April 10th, 2020
Learn some memory optimization tips for working with Django QuerySets.