书栈网 · BookStack 本次搜索耗时 0.075 秒,为您找到 9494 个相关结果.
  • 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 Deprecation Timeline

    Django Deprecation Timeline 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 will b...
  • Organization of the Django Project

    Organization of the Django Project Principles Core team Role Prerogatives Membership Technical board Role Prerogatives Membership Changing the organization Organizati...
  • 测试Django安装

    测试Django安装 测试Django安装 让我们花点时间去测试 Django 是否安装成功,并工作良好。同时也可以了解到一些明确的安装后的反馈信息。 在Shell中,更换到另外一个目录(不是包含Django的目录),然后输入python 来打开Python的交互解释器。如果安装成功,你应该可以导入django 模块了: >>> import ...
  • 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 methods O...
  • 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 Djan...
  • Serializing Django objects

    Serializing Django objects Serializing data Subset of fields Inherited models Deserializing data Serialization formats XML JSON DjangoJSONEncoder YAML Natural keys Deseria...
  • How is Django Formed?

    How is Django Formed? Overview Prerequisites Pre-release tasks 10 (or more) days before a security release A week before a security release A few days before any release Actu...
  • 如何安装 Django

    如何安装 Django 安装 Python 安装 Apache 和 mod_wsgi 运行你的数据库 安装 Django 源码 通过 pip 安装正式发布版本 安装特定发行版 安装开发版本 如何安装 Django 本文档将帮助您使用 Django。 安装 Python Django 是一个用于 Python 的网络框架。有关详细信...
  • 如何部署 Django

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