From 08c5ccc68ae03eff86e83cfda023b433f86d6fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 17 May 2023 17:45:26 +0200 Subject: [PATCH] Upd. --- content/django-server-sent-events.md | 2 +- theme/templates/index.html | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/content/django-server-sent-events.md b/content/django-server-sent-events.md index 8e6d5be..2a08825 100644 --- a/content/django-server-sent-events.md +++ b/content/django-server-sent-events.md @@ -1,4 +1,4 @@ -Title: Server-Sent Events and PostgreSQL LISTEN/NOTIFY using Djangos StreamingHttpRequest +Title: Writing a chat application in Django 4.2 using async StreamingHttpResponse, Server-Sent Events and PostgreSQL LISTEN/NOTIFY Date: 2023-05-17 Status: published Tags: django, sse, postgresql diff --git a/theme/templates/index.html b/theme/templates/index.html index abe0d4d..3ce707f 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -27,11 +27,6 @@ datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} -
By - {% for author in article.authors %} - {{ author }} - {% endfor %} -
{{ article.summary }}