书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 8858 个相关结果.
  • 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 配置

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

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

    Django URLs What is a URL? How do URLs work in Django? Regex Your first Django URL! blog.urls Django URLs We’re about to build our first webpage: a homepage for your blog!...
  • Django models

    Django models Objects Django model Creating an application Creating a blog post model Create tables for models in your database Django models What we want to create now is...
  • What is Django?

    What is Django? Why do you need a framework? What happens when someone requests a website from your server? What is Django? Django (/ˈdʒæŋɡoʊ/ jang-goh) is a free and open so...