书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 9494 个相关结果.
  • Django at a glance

    Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your URLs Write your view...
  • Testing in Django

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

    Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your URLs Write your view...
  • 使用 Django

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

    Django Utils django.utils.cache django.utils.dateparse django.utils.decorators django.utils.encoding django.utils.feedgenerator SyndicationFeed Enclosure RssFeed Rss...
  • Localizing Django

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

    初识 Django 设计模型 应用数据模型 享用便捷的 API 一个动态管理接口:并非徒有其表 规划 URLs 编写视图 设计模板 这仅是基本入门知识 初识 Django Django 最初被设计用于具有快速开发需求的新闻类站点,目的是要实现简单快捷的网站开发。以下内容简要介绍了如何使用 Django 实现一个数据库驱动的 Web 应...
  • 建设 Django

    建设 Django 建设 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 learn Django, you cancontr...
  • Django FAQ

    Django FAQ Django FAQ FAQ: 概述 这个项目因何存在。 “Django”是什么意思,怎么发音? Django 稳定吗? Django 可扩展吗? 谁在这背后? 哪些站点使用 Django? Django 似乎是一个 MVC 框架,但是您将控制器称为“视图”,并视图称为“模板”。 为什么不使用标准命名? 可以做...
  • 部署Django

    部署Django 部署Django Django's chock-full of shortcuts to make Web developer's lives easier, but allthose tools are of no use if you can't easily deploy your sites. Since Django'si...