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 — December 1st, 2020
Django 3.1 provides support for asynchronous views, allowing developers to make signifcant performance improvements.