django + bootstrap4

https://qiita.com/kaki_k/items/6e17597804437ef170ae
https://www.djangobrothers.com/tutorials/blog_app/top_page/

デバグてきな 手作業メモ...

$ python manage.py shell
>>> from posts.models import Blog
>>> Blog.objects.all() とか 、作った views.py から

テスト用のページを作成
posts/templates/posts/bootstrap.html
URL はこれで
https://pyblog.takmi.jp/bootstrap/

$ systemctl restart pyblog でリロード
$ tail -f /tmp/gunicorn_error.log このあたりでエラー確認