书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 8884 个相关结果.
  • How to use Django with Daphne

    How to use Django with Daphne Installing Daphne Running Django in Daphne How to use Django with Daphne Daphne is a pure-Python ASGI server for UNIX, maintained by members of...
  • How to use Django with uWSGI

    How to use Django with uWSGI Prerequisite: uWSGI uWSGI model Configuring and starting the uWSGI server for Django How to use Django with uWSGI uWSGI is a fast, self-healing...
  • Django’s security policies

    Django’s security policies Reporting security issues Supported versions How Django discloses security issues Who receives advance notification Requesting notifications Dja...
  • How to install Django on Windows

    How to install Django on Windows Install Python About pip Setting up a virtual environment Install Django Colored terminal output Common pitfalls How to install Django o...
  • Monitor a Django application with Prometheus

    Tutorial: How to monitor a Django application with Prometheus Contents Introduction Prerequisites Step 0 - Set up a basic Django application (optional) Install Django Create a ...
  • django.contrib.postgres

    django.contrib.postgres django.contrib.postgres PostgreSQL has a number of features which are not shared by the other databases Django supports. This optional module contains...
  • django.contrib.auth

    django.contrib.auth User 模型 字段 属性 方法 Manager methods AnonymousUser object Permission model 字段 方法 Group model 字段 Validators Login and logout signals Authentication...
  • 利用 Django 输出 PDF

    利用 Django 输出 PDF 安装 ReportLab 编写视图 其它格式 利用 Django 输出 PDF 本文介绍如何用 Django 的视图动态输出 PDF 文件。该功能由绝佳的开源 ReportLab Python PDF 库提供。 动态生成 PDF 文件的优点是你可以为不同的目的创建不同的自定义 PDF——例如,为不同的用户或...
  • Django 中的测试

    Django 中的测试 Django 中的测试 对现在的 Web 开发者来说,自动化测试是一个非常有用的发现 bug 的工具。你可以使用一套测试—— 测试套件 ——去解决,避免一堆的问题: 当你编写新代码时,你可以利用测试确保代码按照期望的方式运行。 当你重构或修改旧代码,你可以利用测试来确保你的修改不会使应用运行出错。 测试一个 Web 应...
  • Django’s security policies

    Django’s security policies Reporting security issues Supported versions How Django discloses security issues Who receives advance notification Requesting notifications Dja...