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 Prerequisite: uWSGI uWSGI model Configuring and starting the uWSGI server for Django How to use Django with uWSGI uWSGI is a fast, self-healing...
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...
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 PostgreSQL has a number of features which are not shared by the other databases Django supports. This optional module contains...
django.contrib.auth User 模型 字段 属性 方法 Manager methods AnonymousUser object Permission model 字段 方法 Group model 字段 Validators Login and logout signals Authentication...
利用 Django 输出 PDF 安装 ReportLab 编写视图 其它格式 利用 Django 输出 PDF 本文介绍如何用 Django 的视图动态输出 PDF 文件。该功能由绝佳的开源 ReportLab Python PDF 库提供。 动态生成 PDF 文件的优点是你可以为不同的目的创建不同的自定义 PDF——例如,为不同的用户或...