django_blog_tutorial icon indicating copy to clipboard operation
django_blog_tutorial copied to clipboard

Django搭建博客教程

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

module 'PIL.Image' has no attribute 'ANTIALIAS' Exception Location: | D:\django项目\blog1\django_blog_tutorial\article\models.py in save, line 108 Python Executable: D:\django项目\blog1\django_blog_tutorial\env\Scripts\python.exe

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

请问第二节中的python代码使用什么编译的呀,小白只了解pycharm和jupyter notebook QAQ

虽然可能已经2025了,也可能是我的执着想用最新款,我的二级评论一直不行,还是想给后来者一点提示。二级评论页面无法出现可能是因为Django本身block iframe的原因,可以尝试把middle····中的禁掉,也可以尝试做点view的修改。方法1:禁用X-Frame-Options(仅开发环境)方法2:允许同源iframe(推荐)自行gpt。如果有什么好的建议和指导给我,也欢迎大家。