DavidGetting started with periodic tasksIn this post we’ll explore creating and running periodic tasks in django using celery.Feb 22, 2021Feb 22, 2021
DavidAdding a through table to existing M2M fieldsPerhaps you’ve experienced this… You have a ManyToManyField field in a model and want to update to using a through table to add additional…Dec 23, 20201Dec 23, 20201
DavidUsing Redis Sentinel as your Django Celery backendIn this post we’ll look at using Redis sentinel as your broker when using celery workers and celery beat with django.Oct 27, 20201Oct 27, 20201
DavidDjango caching with Redis backendsHow to setup django cache backends with Redis, Redis Sentinel, and Redis clusterJul 20, 20201Jul 20, 20201
DavidLogging user access with Django signalsFor multiple reasons, including security and historical tracking, it can be advantageous to record use login/logout activity for a service…Jul 5, 2020Jul 5, 2020
DavidAdding dynamic control to signals with django-signalcontrolDjango signals provides a great means to launch an event in a given scenario, such as sending a message when a model instance is saved…Jun 19, 2020Jun 19, 2020
DavidSetting defaults for Django foreign key fieldsAdding default values to django foreign keys is easier than you think.Mar 31, 20202Mar 31, 20202
DavidSo you want to build a Redis clusterIn this tutorial we will setup, configure, and test a redis cluster using redis 5.0.6 on CentOS7.Nov 4, 2019Nov 4, 2019