django-planet

Feed: Anže’s Blog

Blog page

Blog Anže’s Blog
RSS 2.0 Feed Anže’s Blog
web https://blog.pecar.me/
Last Update06.25.2025
Posts59

Disable runserver warning in Django 5.2

June 24, 2025 » Anže’s Blog » [Archived Version]

Django 5.2 added a new warning that shows up when you start your development server with python manage.py runserver:

Read More

Autogenerating og:images with Jekyll

June 10, 2025 » Anže’s Blog » [Archived Version]

This blog has been a static site powered by Jekyll for over 13 years, and I’ve been happy with the setup. After all this time, I still enjoy using my code editor to write new posts and git commit and git push to publish them.

Read More

Power Outages and Gunicorn PID files

Nov. 9, 2024 » Anže’s Blog » [Archived Version]

After a power outage, some of my Gunicorn jobs failed to start correctly. In this blog post, I explain why it happened and how I solved it.

Read More

UV with Django

Aug. 29, 2024 » Anže’s Blog » [Archived Version]

Using UV to manage dependencies of your Django application.

Read More

Go-like Error Handling Makes no Sense in JavaScript or Python

Aug. 16, 2024 » Anže’s Blog » [Archived Version]

Adding special syntax to Javascript or Python to allow Go-like error handling feels like a good idea at first glance, but I think it doesn't improve the issues with error handling in these two languages.

Read More

Packages do not match the hashes pip error

Aug. 2, 2024 » Anže’s Blog » [Archived Version]

pip sometimes returns a checksum error when the urllib3 library is unable to parse a received TLS packet due to a network error. This pip issue will be resolved in 2025 when Python 3.9 is EOL, but you can get around it today by using wget or curl.

Read More

Gotchas with SQLite in Production

July 17, 2024 » Anže’s Blog » [Archived Version]

What you need to know before putting SQLite in production

Read More

Fedidevs dev update #2

June 17, 2024 » Anže’s Blog » [Archived Version]

June update for fedidevs.com!

Read More

Django SQLite Production Config

June 14, 2024 » Anže’s Blog » [Archived Version]

Optimize your Django SQLite configuration for production.

Read More

Django Streaming HTTP Responses

March 21, 2024 » Anže’s Blog » [Archived Version]

How and when to use Streaming HTTP responses and when not to.

Read More