Django admin list_filter 显示外键字段 models.py class Node(models.Model): """ 节点表 """ name = models.CharField(max_length=128, unique= ... continue reading django zhuoyuebiji 2019/9/25 2022
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord centos7 进程守护命令 Syste ... continue reading centos zhuoyuebiji 2019/6/6 2002
Django 多级分类,一个 model 搞定 代码是一个学习项目代码,觉得这种分类方式挺简便,所以分享出来了。 from django.db import models # Create your models here. class GoodsCategor ... continue reading django zhuoyuebiji 2019/9/25 2001
Celery 报错: Refusing to deserialize untrusted content of type pickle (application/x-python-serialize) 出错环境: windows 10 python 3.6.8 django 1.11.26 celery 4.3.0 错误日志: 同样的代码在 Mac 和 centos 环境 ... continue reading django zhuoyuebiji 2019/12/16 1970
Django admin 修改 app name 的名称为中文 在 django 自带的管理后台中,app name 未设置的情况下默认显示为新建 app 时的英文名,把 英文名 改成 中文名的方法: 1. app 的 目录下新建 apps.py # joyoo\blog\apps.py ... continue reading django zhuoyuebiji 2019/9/12 1966
创建个人网站准备的一些材料 博客可能使用到的框架和工具 前端框架:bootstrip.js, jQuery,vue.js 网站主题:Amaze UI, NexT,欲思主题 web 框架:django API 接口:rest_framework ... continue reading django zhuoyuebiji 2017/10/1 1941
Html toastr.js 悬浮通知(h5 toast 提示) 资源地址 github: https://github.com/CodeSeven/toastr 官网:https://codeseven.github.io/toastr/ cdn 资源地址:https://w ... continue reading html zhuoyuebiji 2019/10/30 1932
Immortalwrt 设置无线网密码 首先,进入 网络 -> 无线 配置页面 然后,选择认证和设置密码(兼容非 wifi6 接入设备选择 wpa2psk 认证方式) 最后,点击 保存&应用 就可以了 ... continue reading 计算机基础 zhuoyuebiji 2023/10/31 1920
Django admin 使用 ckeditor 富文本编辑器 开发环境 python 3.6.8 django 1.11 配置步骤 1. 安装 django-ckeditor 库 pip install django-c ... continue reading django zhuoyuebiji 2017/9/29 1915
Fiddler win10:Failed to register Fiddler as the system proxy 错误提示 Failed to register Fiddler as the system proxy 解决办法 右击此电脑 -> 管理 -> 服务 -> WinHTTP Web Proxy Au ... continue reading 软件测试 zhuoyuebiji 2020/12/21 1902