#django
Read more stories on Hashnode
Articles with this tag
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...
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 ...
What we're going to build We want to allow users to set preferences on their profile page. We will look at two elements used for basic settings --...