Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Django

  1. Home>
  2. Programming>
  3. Python>
  4. Django

GitHub Workflow Tips

  • Post author:Van Ly
  • Post published:2026-05-27
  • Post category:Django/PostreSQL

GitHub Workflow notes for cleaning up disk space of and installing PostgreSQL to the runner.

Continue ReadingGitHub Workflow Tips

Vue.js Tips on Django

  • Post author:Van Ly
  • Post published:2026-05-10
  • Post category:Django/Vue.js

Resolve marker/delimiter conflict between Django's template system and Vue.js.

Continue ReadingVue.js Tips on Django

Server-sent Events with Django

  • Post author:Van Ly
  • Post published:2026-03-28
  • Post category:Django/Javascript

Working with Server-sent Events (SSE) with Django

Continue ReadingServer-sent Events with Django

Publishing Django Apps

  • Post author:Van Ly
  • Post published:2026-03-09
  • Post category:Django/Python/Python Publish

Publishing reusable Django apps to PyPI

Continue ReadingPublishing Django Apps

Embedding Vector Search w/ Django & PostgreSQL, Part 2

  • Post author:Van Ly
  • Post published:2025-03-04
  • Post category:Django/PostreSQL/Programming/Python

Data Model for Embedding Typically, a model is used whose record includes: the text being embedded the embedding (vector of floats) However, RDBMSes have strict and relatively static schemas that…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 2

Embedding Vector Search w/ Django & PostgreSQL, Part 1

  • Post author:Van Ly
  • Post published:2025-02-12
  • Post category:Django/Docker/PostreSQL/Programming/Python

Sigh. 🙄 Yes--yet another "AI" article in a blog. The pgvector extension allows PostgreSQL to support vector searches. This ability is useful for implementing RAG solutions. The link has all…

Continue ReadingEmbedding Vector Search w/ Django & PostgreSQL, Part 1

Celery/RabbitMQ Notes on Task Timings

  • Post author:Van Ly
  • Post published:2024-09-01
  • Post category:Celery/Django/RabbitMQ

The following notes apply when using Celery with the RabbitMQ broker. Celery Settings task_acks_late The Celery setting task_acks_late (by default disabled), if set, will defer message ACK with RabbitMQ until…

Continue ReadingCelery/RabbitMQ Notes on Task Timings
  • 1
  • 2
  • 3
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP