Django CKEditor 给 a tag(标签)添加 target 默认值 启发文档 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_disallowed_content.html CKEDITOR.on( 'dialogDefinition ... continue reading django zhuoyuebiji 2020/3/7 1146
Django require_http_methods、require_GET、require_POST、require_safe 源码路径 ..\Lib\site-packages\django\views\decorators\http.py 部分源码 """ Decorators for views based on HTTP header ... continue reading django zhuoyuebiji 2020/1/6 1142
Add a button/form/link to Django Admin(添加按钮、表单、链接到 django admin) 继承 change_list.html 模板 新模板 change_list_custom.html 继承 django admin 的 change_list.html Django a ... continue reading django zhuoyuebiji 2020/3/3 1142
ModuleNotFoundError: No module named 'django.core.urlresolvers' 原因是在 Django 2.x 版本上,revers 已经修改其他地方去了 try: from django.urls import reverse except ImportError: # Django < ... continue reading django zhuoyuebiji 2020/3/8 1142
ERROR: Pidfile (celerybeat.pid) already exists. error log(错误日志) (joyoo) E:\djangos\joyoo>celery -A joyoo beat -l info --scheduler django_celery_beat.schedulers: ... continue reading django zhuoyuebiji 2020/5/22 1141
Django url 反向解析(reverse) 和 命令空间(namespace) 关键的三个参数 appname ( 应用命名空间 ) namespace ( 应用的实例命名空间 ) name ( 视图的名字或者标识 ) 文章 django 版本 1.8 URL路由& ... continue reading django zhuoyuebiji 2019/10/30 1140
无损压缩图片 Tinify AP I让您可以压缩和优化 JEPG 和 PNG 图片。 它被设计成一个 REST 服务。多种语言的客户端程序库,使得使用 Tinify API 变得非常简单。 开发文档:https://tinify.cn/develo ... continue reading 软件测试 zhuoyuebiji 2019/6/6 1138
Uncaught (in promise) PushError: permission request declined Hi, it's not an code error. Since new Chrome version Notification have to bieng use by "Secure Origins". ... continue reading html zhuoyuebiji 2021/4/1 1135
接口测试工具 apifox 请求动态传参 之 自定义表达式 的使用 关于 请求动态传参 的官方文档链接:动态值 - Apifox 帮助文档、概述 - Apifox 帮助文档(语法是用 Nunjucks 模板引擎来辅助生成,有点类似 django 或者 flask 模 ... continue reading 软件测试 zhuoyuebiji 2025/2/20 1135
C1 学车驾考总结(手动档) 2019 年 3 月下旬报名 深圳港安驾校 4980 元,2019 年 10 月上旬全部考完,全部第一次机会通过。 报考驾校规则:就近训练场(科二和科三训练场不是同一个地方训练),不一定是就近报名点。 科目一 多模拟考(斑 ... continue reading 生活感悟 zhuoyuebiji 2019/11/16 1129