Django 修改 favicon(站点配置 ico 、站点标签页配置小图标) 重定向 favicon 的 url 项目的 urls.py """django2 URL Configuration The `urlpatterns` list routes URLs to views. For m ... continue reading django zhuoyuebiji 2019-8-12 2063
Nginx 不能访问 (找不到)Django 静态文件的原因 前提 django 部署模式为 debug = False(debug = True 找不到静态文件基本是配置错误,去详细检查 settings.py 里的 STATIC_URL、STATICFILES_DIRS 配置) 现象 ... continue reading django zhuoyuebiji 2019-8-6 2022
用 django2, simpleUI, ckeditor 创建博客管理后台 * 本文代码同步更新至 https://gitee.com/yinzhuoqun/django2 * 开发环境 python 3.6.8 django 2.2.4 django-ckeditor ... continue reading django zhuoyuebiji 2019-8-3 1911
Django 2.2 管理后台添加找回密码功能 The Django admin site Adding a password reset feature You can add a password reset feature to the admin ... continue reading django zhuoyuebiji 2019-8-3 741
Django url ( 动态路由配置 ) 文档链接:https://yiyibooks.cn/xx/django_182/topics/http/urls.html 对于高质量的Web 应用来说,使用简洁、优雅的URL 模式是一个非常值得重视的细节。Django 让你随心所欲 ... continue reading django zhuoyuebiji 2019-7-31 1405
Git 基本命令使用 git 手册: https://git-scm.com/book/zh/v2 git - the simple guide - no deep shit! (rogerdudler.github.io) git co ... continue reading centos zhuoyuebiji 2019-7-27 794
常用的互联网内容检索网站 google github stackoverflow baidu(百度) ... continue reading 软件测试 zhuoyuebiji 2019-7-26 1335
Django 获取富文本编辑器中的图片地址(缩略图、封面) 开发环境 1. python: 3.6.8 2. django==1.11.22 models.py from django.db import models from django ... continue reading django zhuoyuebiji 2019-7-26 1072
Django 修改 app 在 admin 后台显示的名称(verbose_name) # 环境 1. python: 3.6.8 2. django==1.11.22 # app 目录下新建一个 apps.py,添加内容:(我的目录结构多了一层 apps) from d ... continue reading django zhuoyuebiji 2019-7-26 1941
触摸云、阿里云、腾讯云、百度云实惠云主、diyvm 香港云服务器 个人选择顺序:国内先 阿里,再 腾讯,后 百度,香港首选 触摸云 diyvm 香港云服务器 触摸云 cn2 网络 香港云服务器 diyvm 阿里云学生机 ... continue reading centos zhuoyuebiji 2019-7-26 1023