Jack Linke
Jack Linke's Blog

Jack Linke's Blog

Follow
Follow
homebadges

Alternatives to BooleanField in Django

Aug 6, 20236 min read

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...

Alternatives to BooleanField in Django

Ideas for Improving Git Commits and Application Logs

Nov 4, 20223 min read

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...

Ideas for Improving Git Commits and Application Logs

DjangoCon 2022 Day 1 (20221017) Notes

Oct 18, 202212 min read

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...

DjangoCon 2022 Day 1 (20221017) Notes

Standardize Django Template Indentation with DjHTML from Linux command line or PyCharm

Oct 24, 20214 min read

What is DjHTML? DjHTML is a pure-Python Django/Jinja template indenter without dependencies. It standardizes the indentation for Django or Jinja ...

Standardize Django Template Indentation with DjHTML from Linux command line or PyCharm

Ajax-Enabled Checkbox and Select with Django and HTMX

Apr 25, 20217 min read

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 --...

Ajax-Enabled Checkbox and Select with Django and HTMX

Cheatsheet for Django Models

Jan 14, 20215 min read

Basic Cheatsheet for Django Models Updated 10 Oct 2022 Sometimes it is useful to have a condensed version of highly detailed information. This...

Cheatsheet for Django Models