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 1467
好用的电脑和手机互传工具 vivo 互传 vivo 互传 【一键换机】使用互传一键将旧手机中的数据完美拷贝到新手机中。 【网页传】手机电脑无线连接,各种类型文件随心传输。 【资料备份】完美备份手机中的资料,从此数据再不丢失。 【iPhone换机】将iPhone中的数据迁 ... continue reading 计算机基础 zhuoyuebiji 2023/7/14 1463
Error fetching command 'build_solr_schema': The 'solr' backend requires the installation of 'pysolr'. Please refer to the documentation. Command 'build_solr_schema' skipped 错误提示: Error fetching command 'build_solr_schema': The 'solr' backend requires the installation of 'pysolr'. Please ... continue reading django zhuoyuebiji 2020/5/21 1458
启动 celery worker 报错:AttributeError: 'str' object has no attribute 'items' 错误日志 (joyoo) yinzhuoqundeMacBook-Pro:joyoo yinzhuoqun$ python manage.py celery worker --loglevel=info raven.contri ... continue reading redis zhuoyuebiji 2019/12/15 1456
深圳市有哪些火车站高铁站(深圳站和深圳北是一样的吗?) 深圳站 又名 罗湖火车站,位于 罗湖区 的 罗湖地铁站,罗湖地铁站 B 出口方向 二楼有洗手间,E1 出口方向 可以到 建设路。动车组方向,要从罗湖地铁站 B 出口出。2022年也有高铁车次了(高铁 一定要看清楚是深圳站还是深圳北)。 ... continue reading 生活感悟 zhuoyuebiji 2020/2/25 1456
常用的互联网内容检索网站 google github stackoverflow baidu(百度) ... continue reading 软件测试 zhuoyuebiji 2019/7/26 1452
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 1451
Django_filters TypeError: __init__() got an unexpected keyword argument 'name' # 错误信息: File "E:\py_virtualenv\tracbug\lib\site-packages\django_filters\rest_framework\filterset.py", line 24, in ... continue reading django zhuoyuebiji 2019/10/18 1450
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019/12/13 1448
Django admin 实现 增加记录 和 修改记录 展现不同的表单 说明 提供一个参考,具体逻辑要看具体情况。本质就是根据条件展示不同的表单内容(注意表单必填项字段,保存时要记得传值)。 根据用户返回表单,注意必填项保存时要给值 from django.contrib import a ... continue reading django zhuoyuebiji 2019/9/29 1433