
Django Admin 401 Responses: Securing Django on EC2
Learn how to modify Django Admin to return Django Admin 401 responses on failed login attempts, enabling precise Fail2ban detection and stronger EC2 security.

Learn how to modify Django Admin to return Django Admin 401 responses on failed login attempts, enabling precise Fail2ban detection and stronger EC2 security.

Learn how to integrate Django and Fail2ban on an EC2 instance using Apache2 to automatically block repeated login attempts and secure your admin panel.

Vector search using Celery and LangChain where OpenAI embedding clients live inside Celery workers. Startup signals and lazy resource loading.

A look at adding vector search to a Django service with pgVector and OpenAI embeddings, how Celery keeps embedding workloads scalable.