用 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 1866
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 679
Django url ( 动态路由配置 ) 文档链接:https://yiyibooks.cn/xx/django_182/topics/http/urls.html 对于高质量的Web 应用来说,使用简洁、优雅的URL 模式是一个非常值得重视的细节。Django 让你随心所欲 ... continue reading django zhuoyuebiji 2019-7-31 1357
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 764
常用的互联网内容检索网站 google github stackoverflow baidu(百度) ... continue reading 软件测试 zhuoyuebiji 2019-7-26 1313
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 1017
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 1905
触摸云、阿里云、腾讯云、百度云实惠云主、diyvm 香港云服务器 个人选择顺序:国内先 阿里,再 腾讯,后 百度,香港首选 触摸云 diyvm 香港云服务器 触摸云 cn2 网络 香港云服务器 diyvm 阿里云学生机 ... continue reading centos zhuoyuebiji 2019-7-26 983
Django 配置 sitemap.xml # settings.py 添加 apps: 'django.contrib.sites', 'django.contrib.sitemaps', INSTALLED ... continue reading django zhuoyuebiji 2019-7-26 799
Pip install pypinyin Killed (djangoblog) [root@taiwan-ss Joyo]# pip install pypinyin Collecting pypinyin Using cached https://files.pythonhost ... continue reading django zhuoyuebiji 2019-7-25 1345