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 ...
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 --...
Basic Cheatsheet for Django Models Updated 10 Oct 2022 Sometimes it is useful to have a condensed version of highly detailed information. This...