django_blog_tutorial icon indicating copy to clipboard operation
django_blog_tutorial copied to clipboard

Django搭建博客教程

Results 15 django_blog_tutorial issues
Sort by recently updated
recently updated
newest added

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(),...

dependencies

写文章/编辑文章时: 如何在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...

dependencies

templates/header.html 通知 应该是 通知

![image](https://user-images.githubusercontent.com/34952822/130570403-3a767799-a7f5-4de6-af8a-a23698665d05.png) 在edit的时候POST操作为什么就是不包含id信息呢,直接采用的教程里面的代码 ![image](https://user-images.githubusercontent.com/34952822/130570588-27812ffa-f0e4-4a83-bab8-dd8d09f56908.png)

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

dependencies

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)...

dependencies

少了一行命令: 在进行下面代码之前, > 然后进行数据迁移: > python manage.py migrate 要先在环境中安装 bootstrap4 (env)…. pip install django-bootstrap4

请问您的博客中,Github登录后评价这个功能是怎么实现的。是用了什么库吗?