书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 8858 个相关结果.
  • Django urls

    1223 2018-05-13 《Django Girls 教程》
    Django urls 什么是 URL? URL 在 Django 中如何工作? 正则表达式 你的第一个 Django url! blog.urls Django urls 我们将要建立第一个网页:你博客的主页!但是首先,让我们先学习一点 Django 的 url 知识。 什么是 URL? 简单地说,URL 是一个网页地址。 每当你访...
  • Django Exceptions

    Django Exceptions Django Core Exceptions AppRegistryNotReady ObjectDoesNotExist EmptyResultSet FieldDoesNotExist MultipleObjectsReturned SuspiciousOperation PermissionDenied ...
  • Django标准

    Django标准 Django标准 Django的标准库存放?django.contrib 包中。每个子包都是一个独立的附加功能包?这些子包一般是互相独立的,不过有些django.contrib 子包需要依赖其他子包 ?django.contrib 中对函数的类型并没有强制要求 。其中一些包中带有模型(因此需要你在数据库中安装对应的数据表),但...
  • Django FAQ

    Django FAQ Django FAQ FAQ: General Why does this project exist? What does “Django” mean, and how do you pronounce it? Is Django stable? Does Django scale? Who’s behind thi...
  • 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 – t...
  • Django Utils

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

    Django 异常 Django 核心异常 AppRegistryNotReady ObjectDoesNotExist EmptyResultSet FullResultSet FieldDoesNotExist MultipleObjectsReturned SuspiciousOperation PermissionDeni...
  • Django internals

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

    Django Exceptions Django Core Exceptions AppRegistryNotReady ObjectDoesNotExist EmptyResultSet FullResultSet FieldDoesNotExist MultipleObjectsReturned SuspiciousOperati...