摘要: xadmin下载地址:https://github.com/vip68/xadmin_bugfix 下载完之后解压,只需要把里面的xadmin文件夹和requirements.txt文件复制到项目根目录下,然后在终端执行 pip install -r requirements.txt 执行完之后,去 阅读全文
posted @ 2023-01-28 09:18 笑而不语心自闲 阅读(231) 评论(0) 推荐(0) 编辑
摘要: django项目设置多个setting文件时,pycharm会少了很多代码补全提示,对于我这种新手很不方便,经过一番折腾,总结了一些小经验 1.PyCharm-->设置-->语言和框架-->Django-->启用Django支持 2.setting中增加 sys.path.append(os.pat 阅读全文
posted @ 2023-01-27 22:25 笑而不语心自闲 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 一、官网下载最新安装包 在 git 官网下载安装包并安装。 Git For Windows最新下载地址 二、升级命令更新 git update-git-for-windows 阅读全文
posted @ 2023-01-27 06:24 笑而不语心自闲 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 自定义捕获错误 from django.db import DatabaseError from rest_framework import status from rest_framework.response import Response from rest_framework.views i 阅读全文
posted @ 2023-01-16 15:46 笑而不语心自闲 阅读(70) 评论(0) 推荐(0) 编辑
摘要: # filter_fields = ('name', 'age') filterset_fields = ('name', 'age') 阅读全文
posted @ 2023-01-11 15:45 笑而不语心自闲 阅读(16) 评论(0) 推荐(0) 编辑
摘要: let video = document.getElementsByTagName('video') for (let i=0; i<video.length; i++) { video[i].currentTime = video[i].duration } let vi = document.g 阅读全文
posted @ 2023-01-10 19:40 笑而不语心自闲 阅读(1971) 评论(0) 推荐(0) 编辑
摘要: Django orm 数据查询结果给字段取别名 sql 写法类似: select name as username, id as userid from users Django实现修改列明的方法有两种: 方法1: annotate from django.db.models import F Us 阅读全文
posted @ 2023-01-09 17:34 笑而不语心自闲 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 降低element-ui的版本 安装对应的"core-js"版本 npm install element-ui@2.15.8 --save(--save是项目安装,-g是全局安装) npm uninstall element-ui //安装的同时,将信息写入package.json中项目路径中 // 阅读全文
posted @ 2022-11-29 18:29 笑而不语心自闲 阅读(526) 评论(0) 推荐(0) 编辑
摘要: django.template.exceptions.TemplateSyntaxError: 'staticfiles' is not a registered tag library. Must be one of: 在settings.py中添加: TEMPLATES = [ { 'BACKE 阅读全文
posted @ 2022-11-24 19:08 笑而不语心自闲 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 1、中国互联网络信息中心公共DNS服务器(CNNIC’s DNS) 优选地址:1.2.4.8 备用地址:210.2.4.8 2、百度公共DNS(BAIDU’S DNS) 地址:180.76.76.76 3、阿里公共DNS服务器(Aliyun’s DNS) 优选地址:223.5.5.5 备用地址:22 阅读全文
posted @ 2022-11-02 08:54 笑而不语心自闲 阅读(458) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示