From 7523626b5891f827a8566dcb5f32f272ca930c0f Mon Sep 17 00:00:00 2001 From: surya Date: Thu, 11 Jul 2024 14:30:01 +0530 Subject: [PATCH] Update requirements..txt made the necessary changes --- requirements.txt | 10 +++++++++- templates/blog/home.html | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1ca72fc..eb25d55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,12 @@ Django==5.0.2 django-bootstrap4==22.3 django-braces==1.15.0 django-cors-headers==4.3.1 -django-crispy-forms==2.1 \ No newline at end of file +django-crispy-forms==2.1 +Markdown==3.4.1 +MarkupSafe==2.1.1 +crispy==0.7.3 +crispy-bootstrap4==2023.1 +bootstrap4==0.1.0 +cachetools==5.2.0 +certifi==2022.9.24 +cffi==1.15.1 \ No newline at end of file diff --git a/templates/blog/home.html b/templates/blog/home.html index 03bf2fe..f9051f3 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -17,7 +17,7 @@
-
{{ post.author.username }} @{{ post.author.id }}
+
{{ post.title }} @{{ post.author }}

{{ post.content | markdown | safe }}