Post #4018576
2026-07-21 20:32 UTC
some more things about Django I've been enjoying https://jvns.ca/blog/2026/07/21/more-nice-django-things/
Replies (2)
-
@b0rk@social.jvns.ca 2026-07-21 20:50
another thing that's fun about working in Python (instead of Go) is that if I want to add a debug print statement deep inside some dependency to see what's going on I can just run `vim ./.venv/lib/python3.13/site-packages/django/db/backends/sqlite3/base.py` or whatever and edit it
-
@b0rk@social.jvns.ca 2026-07-21 20:40
there's something very fun to me about blogging about learning django in 2026, i feel like these posts have a very limited audience in a delightful way