书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 8876 个相关结果.
  • Django 是什么?

    1417 2018-05-13 《Django Girls 教程》
    Django 是什么? 你为什么需要一个框架? 当有人向您的服务器请求一个网站,会发生什么呢? Django 是什么? Django (/ˈdʒæŋɡoʊ/jang-goh) 是用 Python 写的一个自由和开放源码 web 应用程序框架。 web框架是一套组件,能帮助你更快、更容易地开发web站点。 当你开始构建一个web站点时,你总需要一...
  • 设置 Django Shell

    Django Shell 增强 Django Extensions shell_plus 设置 IPython Notebook Django Shell 增强 由于 Django 系统的特殊性,很难在 Shell 中直接导入 Django 应用,而只能使用它自己提供的shell 命令。不过,并不是说就没有办法使用增强的第三方 Shell 了...
  • Using django CMS

    Using django CMS Using django CMS Note This is a new section in the django CMS documentation, and a priority for the project. If you’d like to contribute to it, we’d love to he...
  • Using django CMS

    Using django CMS Using django CMS Note This is a new section in the django CMS documentation, and a priority for the project. If you’d like to contribute to it, we’d love to he...
  • Django 模板语言

    Django 模板语言 模板 变量 过滤器 标签 注释 模板继承 自动 HTML 转义 如何关闭它 对于单个变量 对于模板块 注意 字符串和自动转义 访问方法调用 自定义标签和过滤器库 自定义库和模板继承 Django 模板语言 本文档解释了 Django 模板系统的语言语法。如果你想从技术角度了解它的工作原理以及如何扩展...
  • FAQ: 使用Django

    FAQ: 使用Django 为什么我在导入 DJANGO_SETTINGS_MODULE 时收到错误提示? 我不喜欢 Django 的模板语言,能不能不使用它? 我是否必须使用你的模型/数据库层? 我要怎么使用图片和文件字段? 我如何让一个变量可用于我的所有模板之中? FAQ: 使用Django 为什么我在导入 DJANGO_SETT...
  • How to deploy Django

    How to deploy Django How to deploy 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 sit...
  • Django 缓存框架

    Django 缓存框架 设置缓存 Memcached Redis 数据库缓存 创建缓存表 多数据库 文件系统缓存 本地内存缓存 虚拟缓存(用于开发模式) 使用自定义缓存后端 缓存参数 站点缓存 视图缓存 在 URLconf 中指定视图缓存 模板片段缓存 底层缓存 API 访问缓存 基本用法 缓存键前缀 缓存版本控制 缓存...
  • 如何安装 Django

    如何安装 Django 安装 Python 安装 Apache 和 mod_wsgi 运行你的数据库 安装 Django 源码 通过 pip 安装正式发布版本 安装特定发行版 安装开发版本 如何安装 Django 本文档将帮助您使用 Django。 安装 Python Django is a Python web framewor...
  • FAQ: Using Django

    FAQ: Using Django Why do I get an error about importing DJANGO_SETTINGS_MODULE ? I can’t stand your template language. Do I have to use it? Do I have to use your model/database...