Windows 安装 virtualenvwrapper-win 和设置 WORKON_HOME 环境变量 安装 virtualenvwrapper-win # using pip pip install virtualenvwrapper-win # using easy_install easy_install ... continue reading python zhuoyuebiji 2021/9/17 1554
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 1550
个人网站前端模板收集(网站模板) 模板网站 http://tpl.amazeui.org/ http://www.cssmoban.com/ https://www.yangqq.com/ https://themes.getbootstrap.co ... continue reading django zhuoyuebiji 2019/8/28 1545
Push.js Javascript(js 浏览器桌面通知) 目的效果 不用把网页置于前台就能看到消息推送的具体文案 github 源码 https://github.com/Nickersoft/push.js 引用 push.js Push.js 可以通过 npm 或 ... continue reading html zhuoyuebiji 2020/9/2 1544
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 1538
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 1537
好用的电脑和手机互传工具 vivo 互传 vivo 互传 【一键换机】使用互传一键将旧手机中的数据完美拷贝到新手机中。 【网页传】手机电脑无线连接,各种类型文件随心传输。 【资料备份】完美备份手机中的资料,从此数据再不丢失。 【iPhone换机】将iPhone中的数据迁 ... continue reading 计算机基础 zhuoyuebiji 2023/7/14 1529
Django admin 实现 增加记录 和 修改记录 展现不同的表单 说明 提供一个参考,具体逻辑要看具体情况。本质就是根据条件展示不同的表单内容(注意表单必填项字段,保存时要记得传值)。 根据用户返回表单,注意必填项保存时要给值 from django.contrib import a ... continue reading django zhuoyuebiji 2019/9/29 1527
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 1523
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019/12/13 1521