书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 8884 个相关结果.
  • 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 – 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 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 t...
  • 部署 Django

    部署 Django 部署 Django Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s in...
  • Security in Django

    Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection SSL/HTTPS Host header va...
  • Django Exceptions

    Django Exceptions Django Core Exceptions AppRegistryNotReady ObjectDoesNotExist EmptyResultSet FieldDoesNotExist MultipleObjectsReturned SuspiciousOperation PermissionD...
  • 部署 Django

    部署 Django 部署 Django Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s i...
  • Security in Django

    Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection SSL/HTTPS Host header va...
  • 使用 Django

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