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.2d ago2d ago
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 26Nov 26
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 16Oct 16
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 3Sep 3
Published inDjango UnleashedDjango tricks: Custom context processorsThis article will explain how to globally add new context variables to all your views.Aug 5Aug 5
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 172Jul 172
Django: Auto-register new CBVs into urls.pyHow to create an admin-style decorator that automatically adds your CBVs to urlsJun 3Jun 3
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 15May 15
Django: How to easily unit test a Class Based ViewThis tutorial will teach you how to easily create unit tests for your CBVs.Apr 1Apr 1
Django tricks: Quickly create a table viewThe django-tables plugin can help generate a fully-functional table with sortable headers, pagination, and filtering from an existing CBV.Mar 1Mar 1