vmaig_blog
vmaig_blog copied to clipboard
an opensource blog system based on django 2.2 and bootstrap https://vmaig.com
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(),...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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...
1.文章英文标题带空格时,加载文章会报500错误 2.manager.py配置修复
1.manager.py:os.environ.setdefault("DJANGO_SETTINGS_MODULE", "vmaig_blog.settings"),此处配置有误,需改正否则运行报错 改成: os.environ.setdefault("DJANGO_SETTINGS_MODULE", "vmaig_blog.settings.dev") 2.base.py:/var/log/vmaig/all.log,需提前创建/var/log/vmaig目录,希望在部署文档说明
在哪里添加markdown插件
1.这个文件应该是settings.py 而不是setting.py 2.我的这个邮箱发不出去邮件总提示504超时,我使用的是 我用的是django+uwsgi+nginx部署的环境 已给你q留言望尽快回复,多谢
get_current_site() for django1.9+
我以前的博客都是markdown格式写的,使用了一下,好像不支持啊???
Bumps [django](https://github.com/django/django) from 2.2.13 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...