
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.

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.