Published inPython in Plain EnglishScaling Django’s ForeignKey fieldsDjango forms use dropdowns by default to represent relations between models. This article will explore how to scale it for many records.Oct 28Oct 28
Published inDjango UnleashedParsing CSVs using Django Serializers: ListSerializersHow to mix creates and updates when parsing a CSV using SerializersSep 29Sep 29
Published inDjango UnleashedParsing CSVs using Django Serializers: ParsersUnlock the secret power of Django DRF parsers to turn your API into anything from sleek JSON to custom CSV magic!Aug 4Aug 4
Published inDjango UnleashedParsing CSVs using Django Serializers: RenderersUnlock the secret power of Django DRF renderers to turn your API into anything from sleek JSON to custom CSV magic!Jul 17Jul 17
Published inDjango UnleashedParsing CSVs using Django SerializersLearn how to ditch CSV boilerplate code, and use DRF serializers to handle file data like a pro. Fast, clean, Pythonic, and DRY!Jun 30Jun 30
Published inDjango UnleashedDjango Tutorial: Writing a Breadcrumb CBV MixinThis tutorial will walk you through how to create a new Mixin which will automatically generate breadcrumbs to our CBVsMay 13A response icon1May 13A response icon1
Published inDjango UnleashedDjango Tutorial: Multiple Record Custom Actions MixinLearn how to create a CBV mixin to provide your CBVs with the ability to run custom actions on multiple objects at once!Apr 2A response icon1Apr 2A response icon1
Published inDjango UnleashedSupercharge your Django CBVs with a custom action mixinLearn how to create a CBV mixin to provide your CBVs with the ability to run custom actions on your objects!Mar 3Mar 3
Published inDjango UnleashedDjango CBV Primer: The setup and dispatch methodsLearn about Django CBV’s setup() and dispatch() methods and when to overwrite them.Feb 10A response icon1Feb 10A response icon1
Simplify your project with Django custom admin actionsThis article will teach you how to create customized actions for the Django admin siteJan 2Jan 2