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