卓越笔记建站日记(持续更新) 服务器续费情况 有效期:2030-08-05 花费:120(16 个月 - 首次) + 240(续 2 年) + 1652(续 3 年) + 1552(续 3 年) + 690(xieboke.net 10 年域名)+ 781( ... continue reading 建站日记 zhuoyuebiji 2017/9/22 1278
Rest_framework serializers ValidationError 错误信息自定义 key 值 开发环境 Django 1.11.14 django-crispy-forms ... continue reading django zhuoyuebiji 2020/4/9 1249
Django Channels websocket 搭建实践(实现长链接消息通知功能) 需求目的 消息实时推送消息以及通知功能、聊天室等功能 参考资料 https://channels.readthedocs.io/en/latest/installation.html(安装) https://ch ... continue reading django zhuoyuebiji 2020/9/2 1247
HINT: It seems you set a fixed date / time / datetime value as default for this field. This may not be what you want. If you want to have the current date as default, use `django.utils.timezone.now` WARNINGS operations.AnchorBindAgent.start_time: (fields.W161) Fixed default value provided. HINT: ... continue reading django zhuoyuebiji 2020/3/28 1244
Django sitemap.xml 修改 loc 显示的 example.com 参考链接:http://blog.sina.com.cn/s/blog_6fbca40e0101er8p.html 进入数据库,找到表单:django_site, 把 settings.py 里面 SITE_ID 对应 id 的字段 ... continue reading django zhuoyuebiji 2018/8/8 1242
Django2.2.6 check_password 验证失败解决办法(重设密码) python3.6, django 2.2.6 AUTHENTICATION_BACKENDS 里添加自定义认证 CustomBackend(邮箱、手机号等), 用 python manage.py creates ... continue reading django zhuoyuebiji 2019/10/17 1242
Django 自带分页功能 方法一:使用 Paginator 分页 1. https://doc.codingdict.com/django/topics/pagination.html Paginator 分页¶ Django提 ... continue reading django zhuoyuebiji 2017/9/22 1235
树莓派 安装 Nextcloud 出现“内部服务器错误” 直接找到 php 的 congfig.php 文件,把配置 数据库那块修改掉,就重新出现配置页面,应该是我之前配置数据写的不对。网上还有一种说法是 data 目录权限问题。 ... continue reading 树莓派 zhuoyuebiji 2021/3/19 1234
Centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats = 127.0.0.1:9191 # ... continue reading centos zhuoyuebiji 2021/4/26 1234
提问的智慧 提问的智慧 How To Ask Questions The Smart Way Copyright © 2001,2006,2014 Eric S. Raymond, Rick Moen 本指南英文版版权为 E ... continue reading 软件测试 zhuoyuebiji 2019/7/18 1233