django_blog_tutorial
django_blog_tutorial copied to clipboard
Django搭建博客教程
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
写文章/编辑文章时: 如何在markdown中插入本地图片,然后django网站还能显示出来?
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
templates/header.html 通知 应该是 通知
 在edit的时候POST操作为什么就是不包含id信息呢,直接采用的教程里面的代码 
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
add docker support
少了一行命令: 在进行下面代码之前, > 然后进行数据迁移: > python manage.py migrate 要先在环境中安装 bootstrap4 (env)…. pip install django-bootstrap4
请问您的博客中,Github登录后评价这个功能是怎么实现的。是用了什么库吗?