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

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

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

    Django 便捷函数 render() 必选参数 可选参数 例如 redirect() 示例 get_object_or_404() Arguments 例如 get_list_or_404() Arguments 例如 Django 便捷函数 包 django.shortcuts 收集助手函数和“跨”多级mvc的类...
  • Django shortcut functions

    Django shortcut functions render() Required arguments Optional arguments Example redirect() Examples get_object_or_404() Arguments Example get_list_or_404() Arguments ...
  • The Django admin site

    The Django admin site Overview Other topics ModelAdmin objects The register decorator Discovery of admin files ModelAdmin options Custom template options ModelAdmin metho...
  • How is Django Formed?

    How is Django Formed? 概况 Prerequisites Pre-release tasks Preparing for release Actually rolling the release Making the release(s) available to the public Post-release New st...
  • The Django admin site

    The Django admin site Overview Other topics ModelAdmin objects The register decorator Discovery of admin files ModelAdmin options Custom template options ModelAdmin metho...
  • 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, per...
  • How is Django Formed?

    How is Django Formed? Overview Prerequisites Pre-release tasks Preparing for release Actually rolling the release Making the release(s) available to the public Post-release ...
  • Outputting PDFs with Django

    Outputting PDFs with Django Install ReportLab Write your view Other formats Outputting PDFs with Django This document explains how to output PDF files dynamically using Dja...