diff --git a/django-blog/chat/__pycache__/urls.cpython-37.pyc b/django-blog/chat/__pycache__/urls.cpython-37.pyc index 8934fa1..cc57c4c 100644 Binary files a/django-blog/chat/__pycache__/urls.cpython-37.pyc and b/django-blog/chat/__pycache__/urls.cpython-37.pyc differ diff --git a/django-blog/chat/__pycache__/views.cpython-37.pyc b/django-blog/chat/__pycache__/views.cpython-37.pyc index 4956c66..7dbab56 100644 Binary files a/django-blog/chat/__pycache__/views.cpython-37.pyc and b/django-blog/chat/__pycache__/views.cpython-37.pyc differ diff --git a/django-blog/chat/templates/chat/home.html b/django-blog/chat/templates/chat/home.html index 21d3f8b..2a49e6b 100644 --- a/django-blog/chat/templates/chat/home.html +++ b/django-blog/chat/templates/chat/home.html @@ -1,19 +1,31 @@
- {% load static %} + {% load static %} +in this page you will see the posts.
-