书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 8434 个相关结果.
  • Django 配置

    Django 配置 基础 指定配置文件 django-admin 工具 服务器端 (mode_wsgi ) 默认配置 查看你已经更改了哪个配置项 在 Python 代码中使用 settings 运行时更改设置 安全 可用的配置项 创建你自己的配置文件 未配置 DJANGO_SETTINGS_MODULE 时使用 settings 定...
  • Django FAQ

    Django FAQ Django FAQ FAQ:概述 这个项目因何存在。 “Django”是什么意思,怎么发音? Django 稳定吗? Django 可扩展吗? 谁在这背后? Django 是如何授权的? 为什么 Django 包含 Python 的协议文件? 哪些站点使用 Django? Django 似乎是一个 MVC...
  • Installing Django

    Installing Django Installing Django Mac Users Note Once Python 3 and the virtual environment are installed, the installation steps for Django are identical on both Windows an...
  • 实战 Django

    使用 Django 使用 Django 本小节内容适合 Python 开发人员阅读。 我们现在将使用 Docker Compose 配置并运行一个 Django/PostgreSQL 应用。 在一切工作开始前,需要先编辑好三个必要的文件。 第一步,因为应用将要运行在一个满足所有环境依赖的 Docker 容器里面,那么我们可以通过编辑...
  • Django Utils

    Django Utils django.utils.cache django.utils.dateparse django.utils.decorators django.utils.encoding django.utils.feedgenerator SyndicationFeed Enclosure RssFeed Rss201rev2F...
  • Django Exceptions

    Django Exceptions Django Core Exceptions AppRegistryNotReady ObjectDoesNotExist EmptyResultSet FieldDoesNotExist MultipleObjectsReturned SuspiciousOperation PermissionDenied ...
  • Django Utils

    Django Utils django.utils.cache django.utils.dateparse django.utils.decorators django.utils.encoding django.utils.feedgenerator SyndicationFeed Enclosure RssFeed Rss201rev2F...
  • Django settings

    Django settings 基础 指定配置文件 The django-admin utility On the server (mod_wsgi) 默认配置 查看你已经更改了哪个配置项 在Python代码中使用settings 运行时更改设置 安全 可用的配置项 创建你自己的配置文件 Using settings without s...
  • Security in Django

    Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection SSL/HTTPS Host header va...
  • Django Forms

    Django Forms Link to a page with the form URL post_new view Template Saving the form Form validation Edit form Security One more thing: deploy time! Django Forms The f...