书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 9494 个相关结果.
  • FAQ: 使用Django

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

    如何部署 Django 如何部署 Django Django 充满了让网站开发者生活更轻松的快捷工具,但如果你不能轻松部署你的网站,那么所有这些工具都没有用。自 Django 诞生以来,部署的便利性一直是其主要目标。 部署你的Django应用程序有很多选择,可以基于你的架构或者特定的业务需要,但是这不在Django可以给出指导建议的范围内。 Dja...
  • 如何安装 Django

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

    Serializing Django objects Serializing data Subset of fields Inherited models Deserializing data Serialization formats XML JSON DjangoJSONEncoder JSONL YAML Natural keys...
  • The Django template language

    The Django template language Templates Variables Filters Tags Comments Template inheritance Automatic HTML escaping How to turn it off For individual variables For template ...
  • The Django admin site

    The Django admin site Overview Other topics ModelAdmin objects The register decorator Discovery of admin files ModelAdmin options Custom template options ModelAdmin metho...
  • 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...
  • How to install Django

    How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
  • The Django template language

    The Django template language Templates Variables Filters Tags Comments Template inheritance Automatic HTML escaping How to turn it off For individual variables For template ...
  • 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 ...