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

    Django settings 基础 指定配置文件 The django-admin utility On the server (mod_wsgi) 默认配置 查看你已经更改了哪个配置项 在Python代码中使用settings 运行时更改设置 安全 可用的配置项 创建你自己的配置文件 Using settings without s...
  • 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...
  • Using Django

    Using Django Using Django 你需要知道的所有Django关键部分介绍: How to install Django 安装Python Install Apache and mod_wsgi Get your database running 移除任何老版本的Django Install the Django c...
  • 初识 Django

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

    Deploying Django Deploying Django Django is full of shortcuts to make Web developers’ lives easier, but allthose tools are of no use if you can’t easily deploy your sites. Sinc...
  • Django settings

    Django settings The basics Designating the settings The django-admin utility On the server (mod_wsgi) Default settings Seeing which settings you’ve changed Using settings 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...