Anže

Blog Info Anže’s Blog
Blog website Link

UV with Django

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

Using UV to manage dependencies of your Django application.

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

I made a YouTube video!

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

I made a video of me deploying a new Django project to my Raspberry Pi.

Read More

Django SQLite Benchmark

Feb. 6, 2024 » Anže’s Blog » [Archived Version]

How to configure SQLite for better throughput with Django.

Read More

Django, SQLite, and the Database is Locked Error

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

Explains `database is locked` errors in Django when using SQLite, and how to solve them.

Read More

No Downtime Deployments with Gunicorn

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

This article shows how to achieve zero-downtime deploys of your Django, Flaks, or FastAPI app using only Gunicorn. It explains how to reload the Gunicorn process with the -HUP signal using systemd or the kill command directly making sure no requests are dropped during the upgrade.

Read More

Integer Overflow Error in a Python Application

July 2, 2022 » Anže’s Blog » [Archived Version]

How we found and fixed an integer overflow error in our Django app.

Read More