Optimize Migration Squashing with django-model-info ยท My django project currently has almost 300 models (and another 80-ish 3rd party models), along with...
I've been working on a Django package for a couple of years now that solves a specific, but common problem in B2B SaaS applications. If you've ever...
I hope to expand on some thoughts I have been mulling over regarding the (over)use of BooleanField in Django projects. I rarely use BooleanField in a...
Between talks at DjangoCon and conversations with Jeff Triplett @webology and others, I've been thinking a lot about git commits and logging over the...
I had a fantastic day, learned a lot, and met some great people. Here are the notes from the talks I attended today. Day 1 - 0945 - Keynote Jay...
What is DjHTML? DjHTML is a pure-Python Django/Jinja template indenter without dependencies. It standardizes the indentation for Django or Jinja ...