Window + apache + django + mod_wsgi 一直响应中的解决办法 部署环境 window x64 python 3.6 django 1.11 apache 2.4x64 mod_wsgi 4.6.8+ap24vc14-cp36-cp36m-win_amd64.whl ... continue reading apache zhuoyuebiji 2019/11/4 1033
Django 2.2 管理后台添加找回密码功能 The Django admin site Adding a password reset feature You can add a password reset feature to the admin ... continue reading django zhuoyuebiji 2019/8/3 1030
必须要改掉的七个坏习惯 1. 长期熬夜,精神萎靡 -- 来深圳后,从开始 0 点睡到 2 点睡,期望能在 23:30 左右入睡 2. 过度消费,负债累累 -- 索性不负债,但也没存多少,期望能在五年内完成自己的计划的 3. 缺乏运动,免疫下 ... continue reading 生活感悟 zhuoyuebiji 2019/6/15 1022
UserWarning: redis-py works best with hiredis. Please consider installing warnings.warn(msg) 错误: UserWarning: redis-py works best with hiredis. Please consider installing warnings.warn(msg) 解决办法: ... continue reading 软件测试 zhuoyuebiji 2022/5/7 1020
Html clipboard.js 现代化的拷贝复制粘贴剪切文字 使用方法 请看官网:https://clipboardjs.com/ github: https://github.com/zenorocha/clipboard.js CDN 资源 资源地址:htt ... continue reading html zhuoyuebiji 2019/10/29 1019
网站文章链接提交给百度和谷歌 主动推送博客链接给百度 博客站点地图提交给谷歌 百度站长链接:https://ziyuan.baidu.com 谷歌站长链接:https://search.google.com/sear ... continue reading django zhuoyuebiji 2019/8/21 1013
Fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 错误提示: fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 解决办法: 重新 ... continue reading 软件测试 zhuoyuebiji 2021/12/8 1005
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019/11/21 1003
Django2.2 TypeError: render() got an unexpected keyword argument 'renderer' 从Django 1.11 迁移到 Django 2.2 后 AdminFileWidget 的 render 报错了: TypeError: render() got an unexpected keyword argument ... continue reading django zhuoyuebiji 2020/5/24 1002
Django admin 根据新增还是编辑来显示 readonly_fields 字段 class AnchorBindAgentAdmin(admin.ModelAdmin): def get_readonly_fields(self, request, obj=None): """ ... continue reading django zhuoyuebiji 2020/4/3 1000