Xadmin 安装方法导致 theme 插件应用失败,暂时未知原因 1. pip 安装,主题按钮显示正常 # pip install xadmin # pip install git+git://github.com/sshwsfc/xadmin.git # required add gi ... continue reading django zhuoyuebiji 2017/11/2 1569
解决:安装 django-celery-beat 自动把 django 升级到 3.0 了 安装 beat 日志 (joyoo) E:\yinzhuoqun\djangos\joyoo>pip install django-celery-beat Collecting django-celery-be ... continue reading django zhuoyuebiji 2019/12/17 1569
企业管理中著名的 X-Y 理论 之前看过一个新闻,说的是国外一家公司,员工都不用打卡,甚至不用去公司,每天全世界旅游,想什么时候办公就什么时候办公,想在哪办公就在哪里办公。 那家公司的老板表示,没必要让员工每天朝九晚五,只要完成交代的工作就行了,别的不管,这样的管理 ... continue reading 闲话杂谈 zhuoyuebiji 2020/6/3 1569
Push.js Javascript(js 浏览器桌面通知) 目的效果 不用把网页置于前台就能看到消息推送的具体文案 github 源码 https://github.com/Nickersoft/push.js 引用 push.js Push.js 可以通过 npm 或 ... continue reading html zhuoyuebiji 2020/9/2 1565
Celery 报错:Received unregistered task of type 'apps.share.tasks.post_to_beiqia'. 开发环境 windows 10 python 3.6 celery 4.3.0(redis 做的中间人) 错误日志 启动后错误会一直刷屏,不得不停止掉 (joyoo) E:\yinzhuoqun ... continue reading django zhuoyuebiji 2019/12/19 1556
CKEditor 禁止 img 标签自动添加 style 样式 - 禁止自动设置 width 和 height 出处:https://shiyousan.com/post/636253649204480535 在使用CKEditor的过程中发现,每次上传或添加图片的时候,总会 自动给img 标签添加 width 和 ... continue reading django zhuoyuebiji 2019/8/12 1553
MacOS mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 Mac OS django 2.2 错误日志 pip install mysqlclient (qingjiu) yinzhuoqundeMacBook-Pro:QingJiuSystem y ... continue reading django zhuoyuebiji 2020/3/31 1547
好用的电脑和手机互传工具 vivo 互传 vivo 互传 【一键换机】使用互传一键将旧手机中的数据完美拷贝到新手机中。 【网页传】手机电脑无线连接,各种类型文件随心传输。 【资料备份】完美备份手机中的资料,从此数据再不丢失。 【iPhone换机】将iPhone中的数据迁 ... continue reading 计算机基础 zhuoyuebiji 2023/7/14 1547
Django admin 实现 增加记录 和 修改记录 展现不同的表单 说明 提供一个参考,具体逻辑要看具体情况。本质就是根据条件展示不同的表单内容(注意表单必填项字段,保存时要记得传值)。 根据用户返回表单,注意必填项保存时要给值 from django.contrib import a ... continue reading django zhuoyuebiji 2019/9/29 1541
Django-environ 加载 .env 配置文件 docs: https://django-environ.readthedocs.io/en/latest/ Django-environ officially supports Django 1.8 ~ 2.0. I ... continue reading django zhuoyuebiji 2019/10/15 1540