网站 http 资源切换成 https jquery : https://libs.baidu.com/jquery/2.1.4/jquery.min.js,https://www.bootcdn.cn/jquery/ amazeui: https: ... continue reading django zhuoyuebiji 2018-8-4 1344
Django 按年月日归档 view.py class TimlelineView(generic.ListView): model = Article template_name = 'timeline.html' conte ... continue reading django zhuoyuebiji 2018-8-4 1540
Xadmin 安装方法导致 theme 插件应用失败,暂时未知原因 1. pip 安装,主题按钮显示正常 # pip install xadmin # pip install git+git://github.com/sshwsfc/xadmin.git # required add gi ... continue reading django zhuoyuebiji 2017-11-2 1439
Django-haystack 全文检索配置 一. 使用的工具 haystack 是 django的开源搜索框架,该框架支持 Solr, Elasticsearch, Whoosh, *Xapian*搜索引擎,不用更改代码,直接切换引擎,减少代码量。 ... continue reading django zhuoyuebiji 2017-10-10 2095
Django 通用视图(generic view)获取 request from django.views import generic from blog.models import * from ipware.ip import get_ip class IndexView(gener ... continue reading django zhuoyuebiji 2017-10-8 1717
Windows +apache + django + mod_wsgi 部署 Django 站点 前提、部署环境 1. windows 10 x64 2. apache 2.4 x64 3. python 3.5 x64 4. django 1.11 5. mod_wsgi: ... continue reading apache zhuoyuebiji 2017-10-7 1900
创建个人网站准备的一些材料 博客可能使用到的框架和工具 前端框架:bootstrip.js, jQuery,vue.js 网站主题:Amaze UI, NexT,欲思主题 web 框架:django API 接口:rest_framework ... continue reading django zhuoyuebiji 2017-10-1 2353
HTML highlight 代码前端高亮、代码美化 参考资料: 1. highlightjs 官方使用文档 2. highlightjs 代码各种风格 3. ckeditor 代码高亮插件 Code Snippet 官方使用文档 4.&n ... continue reading html zhuoyuebiji 2017-9-29 2726
Django admin 使用 ckeditor 富文本编辑器 开发环境 python 3.6.8 django 1.11 配置步骤 1. 安装 django-ckeditor 库 pip install django-c ... continue reading django zhuoyuebiji 2017-9-29 2403
Uwsgi 配置 python virtualenv 虚拟环境目录 ( ini 配置) uwsgi 文档 https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/Configuration.html(中文) https://uwsgi-docs.readthedocs ... continue reading django zhuoyuebiji 2017-9-22 5414