Showing 13 to 18 of 315 blog posts that match the query "django".
-
How to Use Celery for Scheduling Tasks
There are multiple ways to schedule tasks in your Django app, but there are some advantages to using Celery. It’s supported, scales well, and works nicely with Django. Given it... Read more
August 11, 2021 -
Modern CTO Podcast Spotlights Caktus CTO Colin Copeland
In the July 16 episode of Modern CTO, Colin Copeland, Caktus Co-Founder and Chief Technical Officer goes one-on-one with podcast host Joel Beasley. They discuss the: Caktus phi... Read more
July 19, 2021 -
Django Chat is Where it’s At
Have you heard of the Django Chat podcast? With more than 90 episodes on all things Django, it’s full of informative interviews featuring some of the best and brightest in the i... Read more
June 14, 2021 -
How to Decouple Your App From its Operating System with Docker
We regularly update and improve our upgrades and sustainability service offerings at Caktus, and a recent upgrade for a client precipitated a solution that I felt might be wort... Read more
June 4, 2021 -
How to Simplify Django Migrations and Deployment
When removing fields from Django models, or adding non-nullable fields, it can be hard to avoid a mismatch between code running on some servers and the database in use. By usin... Read more
May 25, 2021 -
How Mock Can Improve Your Unit Tests: Part 2
In Part 1 of this blog series, we started looking at how we can use mocking to improve our unit tests. We'll expand on that in this post. Mock an Attribute Another common case... Read more
April 5, 2021