diff --git a/db.sqlite3 b/db.sqlite3 index 1d9712b..99243fe 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/news/__pycache__/models.cpython-37.pyc b/news/__pycache__/models.cpython-37.pyc index 19840d3..32131a7 100644 Binary files a/news/__pycache__/models.cpython-37.pyc and b/news/__pycache__/models.cpython-37.pyc differ diff --git a/news/__pycache__/urls.cpython-37.pyc b/news/__pycache__/urls.cpython-37.pyc index 5adae1e..51a5583 100644 Binary files a/news/__pycache__/urls.cpython-37.pyc and b/news/__pycache__/urls.cpython-37.pyc differ diff --git a/news/__pycache__/views.cpython-37.pyc b/news/__pycache__/views.cpython-37.pyc index 5092237..568bcc1 100644 Binary files a/news/__pycache__/views.cpython-37.pyc and b/news/__pycache__/views.cpython-37.pyc differ diff --git a/news/migrations/0001_initial.py b/news/migrations/0001_initial.py index f6cd385..0ce5620 100644 --- a/news/migrations/0001_initial.py +++ b/news/migrations/0001_initial.py @@ -1,4 +1,4 @@ -# Generated by Django 2.2.5 on 2019-09-10 10:05 +# Generated by Django 2.2.5 on 2019-09-10 14:19 from django.conf import settings from django.db import migrations, models diff --git a/news/migrations/__pycache__/0001_initial.cpython-37.pyc b/news/migrations/__pycache__/0001_initial.cpython-37.pyc index b26093f..012c39e 100644 Binary files a/news/migrations/__pycache__/0001_initial.cpython-37.pyc and b/news/migrations/__pycache__/0001_initial.cpython-37.pyc differ diff --git a/news/migrations/__pycache__/__init__.cpython-37.pyc b/news/migrations/__pycache__/__init__.cpython-37.pyc index d16688b..d19198b 100644 Binary files a/news/migrations/__pycache__/__init__.cpython-37.pyc and b/news/migrations/__pycache__/__init__.cpython-37.pyc differ diff --git a/news/templates/news/index.html b/news/templates/news/index.html index b2257a7..186e4bd 100644 --- a/news/templates/news/index.html +++ b/news/templates/news/index.html @@ -3,7 +3,7 @@ {% if latest_post_list %}
----Body----
{{ post.content }}
----Comments----
+ + +