书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 8884 个相关结果.
  • django.contrib.humanize

    django.contrib.humanize apnumber intcomma intword naturalday naturaltime ordinal django.contrib.humanize A set of Django template filters useful for adding a “human touch...
  • django.contrib.postgres

    django.contrib.postgres django.contrib.postgres PostgreSQL has a number of features which are not shared by the other databasesDjango supports. This optional module contains mo...
  • Django's release process

    Django's release process Official releases Release cadence Deprecation policy Supported versions Release process Release cycle Phase one: feature proposal Phase two: developme...
  • Integrating Django with a legacy database

    Integrating Django with a legacy database Give Django your database parameters Auto-generate the models Install the core Django tables Test and tweak Integrating Django wit...
  • 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 ...
  • How to delete a Django application

    How to delete a Django application How to delete a Django application Django provides the ability to group sets of features into Python packages called applications . When requi...
  • The Django source code repository

    The Django source code repository High-level overview The main branch Stable branches Tags Archived feature-development work The Django source code repository When deployin...
  • Django 中的测试

    Django 中的测试 Django 中的测试 自动化测试是现代 web 开发者非常有用的 bug 消灭工具。你可以使用一组测试 — 一个 测试套件 — 来解决或避免一些问题: 当你编写新代码时,你可以利用测试确保代码按照期望的方式运行。 当你重构或修改旧代码,你可以利用测试来确保你的修改不会使应用运行出错。 测试一个 web 应用是一项复杂的...
  • django.contrib.postgres

    django.contrib.postgres django.contrib.postgres PostgreSQL 有许多 Django 支持的数据库所不具备的特性。这个可选的模块包含了一些 PostgreSQL 特有数据类型的模型字段和表单字段。 备注 Django 是,并将继续是一个与数据库无关的网络框架。我们鼓励那些为 Django 社...
  • Django 中的测试

    Django 中的测试 Django 中的测试 自动化测试是现代 web 开发者非常有用的 bug 消灭工具。你可以使用一组测试 — 一个 测试套件 — 来解决或避免一些问题: 当你编写新代码时,你可以利用测试确保代码按照期望的方式运行。 当你重构或修改旧代码,你可以利用测试来确保你的修改不会使应用运行出错。 测试一个 web 应用是一项复杂的...