书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 8876 个相关结果.
  • The Django template language

    The Django template language 模板 变量 过滤器 标签(Tags) 注释(Comments) 模板继承 自动HTML转义 如何关闭它 对于单个变量 对于模板文本块 注意 字符串和自动转义 访问方法调用 自定义标签和过滤器库 自定义库和模板继承 The Django template langu...
  • Django 缓存框架

    Django 缓存框架 设置缓存 Memcached 数据库缓存 创建缓存表 多数据库 文件系统缓存 本地内存缓存 虚拟缓存(用于开发模式) 使用自定义的缓存后台 缓存参数 站点缓存 视图缓存 在 URLconf 中指定视图缓存 模板片段缓存 底层缓存 API 访问缓存 基本用法 缓存键前缀 缓存版本控制 缓存键转换 缓...
  • Django Deprecation Timeline

    Django Deprecation Timeline 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 Django Deprecation Timeline This document outlines when various pieces of Django ...
  • Django Project Structure

    Django Project Structure Django Project Structure Django doesn’t require you to build web applications in any particular way. In fact, billions of electrons have been sacrifice...
  • Search and django CMS

    Search and django CMS Search and django CMS For powerful full-text search within the django CMS, we suggest using Haystack together with aldryn-search .
  • Installing django CMS

    Installing django CMS Requirements Your working environment Create and activate a virtual env Update pip Use the django CMS installer Start up the runserver Installing dja...
  • 如何安装 Django

    如何安装 Django 安装 Python 安装 Apache 和 mod_wsgi 运行你的数据库 安装 Django 源码 通过 pip 安装正式发布版本 安装特定发行版 安装开发版本 如何安装 Django 本文档将帮助您使用 Django。 安装 Python Django 是一个 Python Web 框架。参见 我...
  • Serializing Django objects

    Serializing Django objects Serializing data Subset of fields Inherited models Deserializing data Serialization formats XML JSON DjangoJSONEncoder JSONL YAML Natural keys...
  • 如何部署 Django

    如何部署 Django 如何部署 Django Django 充满了让网站开发者生活更轻松的快捷工具,但如果你不能轻松部署你的网站,那么所有这些工具都没有用。自 Django 诞生以来,部署的便利性一直是其主要目标。 部署你的Django应用程序有很多选择,可以基于你的架构或者特定的业务需要,但是这不在Django可以给出指导建议的范围内。 Dja...
  • Django Deprecation Timeline

    Django Deprecation Timeline 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 Django Deprecation Timeline This document outlines when various...