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 }}