From 9b6dfd8afe03d7e81d3c07af527d07f1ef936d8e Mon Sep 17 00:00:00 2001 From: Robert Douglass Date: Wed, 17 Jul 2024 13:44:40 +0200 Subject: [PATCH] Put unfinished article into draft mood --- .../content/posts/install-django-postgresql-pgvector-upsun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugosite/content/posts/install-django-postgresql-pgvector-upsun.md b/hugosite/content/posts/install-django-postgresql-pgvector-upsun.md index 3fa56b0..3d54584 100644 --- a/hugosite/content/posts/install-django-postgresql-pgvector-upsun.md +++ b/hugosite/content/posts/install-django-postgresql-pgvector-upsun.md @@ -1,7 +1,7 @@ +++ title = 'Install Django with PostgreSQL and PGVector on Upsun' date = 2024-07-17T11:00:00+02:00 -draft = false +draft = true +++ The order of the imports and settings in your settings.py file determines which settings take precedence. In Django, settings defined later override earlier settings. Given this, the final definition of DATABASES will depend on whether PLATFORM_DB_RELATIONSHIP is set and the Upsun environment variables are present.