Showing 7 to 12 of 329 blog posts that match the query "django".
-
How to Create a Helm Chart for a Django App
At Caktus, we use Helm charts to simplify our deployment process for Django projects. Helm is a package manager for Kubernetes, and using Helm charts allows us to automate the ... Read more
March 18, 2025 -
One Thing to Look Out For While Testing django-import-export
Often the applications we build at Caktus deal with large sets of Django objects. The attributes of these objects can vary, and may need updating in certain instances. One of t... Read more
March 17, 2025 -
Choosing a Voice for Speech Synthesis
Learn how to add read-aloud support to a Django site using the Speech Synthesis API. Discover solutions for handling multilingual voices and common browser quirks. Read more
March 11, 2025 -
Chicago Like A Local
Experience Chicago like a local during DjangoCon US 2025! Discover the best food, cultural spots, and hidden gems to explore while you're in town. Read more
March 6, 2025 -
Deleting a Django Application from a Multi-Site Kubernetes Cluster
Deleting the website from Kubernetes is only the first step; several additional tasks must be completed Read more
March 3, 2025 -
How to fix factory_boy post-generation deprecation warnings
We use factory_boy for bootstrapping test data on many Python and Django projects at Caktus. Recently, we encountered a deprecation warning on an older project that had been us... Read more
February 18, 2025