Simplify your project with Django custom admin actionsThis article will teach you how to create customized actions for the Django admin siteJan 2Jan 2
Published inDjango UnleashedTransforming data with Django SerializersThis article will teach you how to serialize and deserialize data using Django Rest Framework’s Serializer custom fields.Dec 2, 2024Dec 2, 2024
Published inDjango UnleashedUnlocking Django’s potential: filtering for orphaned recordsHow to utilize django-filters add-on to filter for any orphaned records in a many-to-many relationship in two models.Nov 26, 2024Nov 26, 2024
Django: Step-by-step Slack integrationThis article will teach you how to easily integrate your Django app with Slack and how to send DMs to usersOct 16, 2024Oct 16, 2024
Published inDjango UnleashedDjango DRY in action: How to correctly enforce validators with DRFDjango validators are not always universally enforced. This article provides a simple repeatable solution without adding boilerplate code!Sep 3, 2024Sep 3, 2024
Published inDjango UnleashedDjango tricks: Custom context processorsThis article will explain how to globally add new context variables to all your views.Aug 5, 2024Aug 5, 2024
Published inDjango UnleashedTop 10 must-know Django code tricks to level up your skills10 easy tricks that will speed up your Django development and make your code betterJul 17, 20242Jul 17, 20242
Django: Auto-register new CBVs into urls.pyHow to create an admin-style decorator that automatically adds your CBVs to urlsJun 3, 2024Jun 3, 2024
Published inDjango UnleashedDjango: Unit testing a CBV with formsPart 2 of a series on how to unit test CBVs in Django. This article focuses on testing form-based CBVs such as CreateView and UpdateView.May 15, 2024May 15, 2024
Django: How to easily unit test a Class Based ViewThis tutorial will teach you how to easily create unit tests for your CBVs.Apr 1, 2024Apr 1, 2024