Skip to content

Commit 8a768c9

Browse files
Fixing notices
1 parent 8b0f354 commit 8a768c9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

hugosite/content/posts/install-django-postgresql-pgvector-upsun.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,15 @@ services:
8282
{{% notice warning %}}
8383
As of 2024-07-17, `upsun project:init` has a bug when generating the `settings_psh.py` file. The variable seen on line 54 should be all lowercase.
8484

85-
![Error in settings_psh.py](/posts/install-django-postgresql-pgvector-upsun/01_settings_psh_error.png)
86-
87-
The bug has been reported and fixed upstream, and will be fixed in upcoming releases of the Upsun platform.
88-
8985
```python
9086
# if PLATFORM_DB_RELATIONSHIP in PLATFORM_relationships:
9187
if PLATFORM_DB_RELATIONSHIP in platform_relationships:
9288
```
89+
90+
![Error in settings_psh.py](/posts/install-django-postgresql-pgvector-upsun/01_settings_psh_error.png)
91+
92+
The bug has been reported and fixed upstream, and will be fixed in upcoming releases of the Upsun platform.
93+
9394
{{% /notice %}}
9495

9596

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
{{ $_hugo_config := `{ "version": 1 }` }}
22
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>{{ .Inner }}</div>
3-
4-
+

0 commit comments

Comments
 (0)