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 1169
404 页面使用腾讯公益 404 注意:django 404 自定义页面仅 debug = False 才生效 django 404、500 等配置文档: http://doc.codingdict.com/django/topics/http/views.ht ... continue reading html zhuoyuebiji 2019/11/21 1166
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 1165
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 1164
C1 学车驾考总结(手动档) 2019 年 3 月下旬报名 深圳港安驾校 4980 元,2019 年 10 月上旬全部考完,全部第一次机会通过。 报考驾校规则:就近训练场(科二和科三训练场不是同一个地方训练),不一定是就近报名点。 科目一 多模拟考(斑 ... continue reading 生活感悟 zhuoyuebiji 2019/11/16 1163
Django url 反向解析(reverse) 和 命令空间(namespace) 关键的三个参数 appname ( 应用命名空间 ) namespace ( 应用的实例命名空间 ) name ( 视图的名字或者标识 ) 文章 django 版本 1.8 URL路由& ... continue reading django zhuoyuebiji 2019/10/30 1162
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 1162
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 1161
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 1159
Selenium 模拟滑块验证码 参考资料 slider-captcha/slider_captcha.py at master · maxnoodles/slider-captcha (github.com) GitHub - sml2h3/dd ... continue reading selenium zhuoyuebiji 2023/2/21 1158