书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 8876 个相关结果.
  • 使用 Django

    使用 Django 使用 Django 你需要知道的所有 Django 关键部分介绍: 如何安装 Django 安装 Python 安装 Apache 和 mod_wsgi 运行你的数据库 安装 Django 源码 模型和数据库 模型 执行查询 聚合 搜索 管理器 执行原生 SQL 查询 数据库事务 多数据库 表空间...
  • Django settings

    Django settings The basics Designating the settings The django-admin utility On the server (mod_wsgi ) Default settings Seeing which settings you’ve changed Using settings i...
  • Using Django

    Using Django Using Django Introductions to all the key parts of Django you’ll need to know: How to install Django Install Python Install Apache and mod_wsgi Get your data...
  • Testing in Django

    Testing in Django Testing in Django Automated testing is an extremely useful bug-killing tool for the modernWeb developer. You can use a collection of tests – a test suite – t...
  • Localizing Django

    Localizing Django Translations Formats Documentation Localizing Django Various parts of Django, such as the admin site and validation error messages,are internationalized. T...
  • Contributing to Django

    Contributing to Django Contributing to Django Django is a community that lives on its volunteers. As it keeps growing, wealways need more people to help others. As soon as you ...
  • Django 配置

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

    使用 Django 使用 Django 你需要知道的所有 Django 关键部分介绍: 如何安装 Django 安装 Python 安装 Apache 和 mod_wsgi 运行你的数据库 安装 Django 源码 模型和数据库 模型 执行查询 聚合 搜索 管理器 执行原生 SQL 查询 数据库事务 多数据库 表...
  • Django internals

    Django internals Django internals Documentation for people hacking on Django itself. This is the place to go ifyou'd like to help improve Django or learn about how Django is ma...
  • Django Exceptions

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