书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 9494 个相关结果.
  • Django 模板语言

    Django 模板语言 模板 变量 过滤器 标签 注释 模板继承 自动 HTML 转义 如何关闭它 对于单个变量 对于模板块 注意 字符串和自动转义 访问方法调用 自定义标签和过滤器库 自定义库和模板继承 Django 模板语言 本文档解释了 Django 模板系统的语言语法。如果你想从技术角度了解它的工作原理以及如何扩展...
  • FAQ: 使用Django

    FAQ: 使用Django 为什么我在导入 DJANGO_SETTINGS_MODULE 时收到错误提示? 我不喜欢 Django 的模板语言,能不能不使用它? 我是否必须使用你的模型/数据库层? 我要怎么使用图片和文件字段? 我如何让一个变量可用于我的所有模板之中? FAQ: 使用Django 为什么我在导入 DJANGO_SETT...
  • How to deploy Django

    How to deploy Django How to deploy Django Django is full of shortcuts to make web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sit...
  • Django 缓存框架

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

    如何安装 Django 安装 Python 安装 Apache 和 mod_wsgi 运行你的数据库 安装 Django 源码 通过 pip 安装正式发布版本 安装特定发行版 安装开发版本 如何安装 Django 本文档将帮助您使用 Django。 安装 Python Django is a Python web framewor...
  • FAQ: Using Django

    FAQ: Using Django Why do I get an error about importing DJANGO_SETTINGS_MODULE ? I can’t stand your template language. Do I have to use it? Do I have to use your model/database...
  • User authentication in Django

    User authentication in Django Overview Installation Usage User authentication in Django Django comes with a user authentication system. It handles user accounts, groups, perm...
  • Django shortcut functions

    Django shortcut functions render() Required arguments Optional arguments Example redirect() Examples get_object_or_404() Required arguments Example get_list_or_404() R...
  • How to deploy Django

    How to deploy Django How to deploy Django Django is full of shortcuts to make web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sit...
  • Serializing Django objects

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