书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 9470 个相关结果.
  • How to install Django on Windows

    How to install Django on Windows Install Python About pip Setting up a virtual environment Install Django Common pitfalls How to install Django on Windows This document ...
  • Django’s cache framework

    Django’s cache framework Setting up the cache Memcached Database caching Creating the cache table Multiple databases Filesystem caching Local-memory caching Dummy caching (fo...
  • 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...
  • 利用 Django 输出 CSV

    利用 Django 输出 CSV 使用 Python 的 CSV 库 输出超大 CSV 文件 使用模板系统 其它文本格式 利用 Django 输出 CSV 本文介绍如何用 Django 的视图动态输出 CSV (Comma Separated Values)。要达到目的,你可以使用 Python 的 CSV 库或 Django 的模板系统。 ...
  • 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 contain...
  • The Django source code repository

    The Django source code repository High-level overview The master branch Other branches Stable branches Feature-development branches 标签(Tags) The Django source code reposi...
  • 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...
  • django.contrib.auth

    django.contrib.auth User model Fields Attributes Methods Manager methods AnonymousUser object Permission model Fields Methods Group model Fields Validators Login and lo...
  • Django的 Session 框架

    Django的 Session 框架 打开 Sessions功能 在视图中使用Session 设置测试Cookies 在视图(View)外使用Session 何时保存Session 浏览器关闭即失效会话 vs 持久会话 其他的Session设置 Django的 Session 框架 由于存在的限制与安全漏洞,cookies和持续性会话已...
  • DJANGO_SETTINGS_MODULE

    DJANGO_SETTINGS_MODULE DJANGO_SETTINGS_MODULE 通过这种方式的代码改变后,本章的下一部分将集中在对具体环境(比如Apache)的发布所需要的指令上。 这些指令针对每一种环境都不同,但是有一件事情是相同的。 在每一种环境中,你都需要告诉Web服务器你的DJANGO_SETTINGS_MODULE是什么,这是你...