书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 8876 个相关结果.
  • 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 distribu...
  • 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 methods O...
  • FAQ: 使用Django

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

    Serializing Django objects Serializing data Subset of fields Inherited models Deserializing data Serialization formats XML JSON DjangoJSONEncoder YAML Natural keys Deseria...
  • FAQ: 使用Django

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

    Outputting CSV with Django Using the Python CSV library Streaming large CSV files Using the template system Other text-based formats Outputting CSV with Django This documen...
  • Django ORM (Querysets)

    Django ORM and QuerySets What is a QuerySet? Django shell All objects Create object Add more posts Filter objects Ordering objects Chaining QuerySets Django ORM and Que...
  • Django 是什么?

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

    How to add a new Django application to a project¶ Make the package available to the project¶ Configure the project¶ Configure settings¶ Ordering of settings lists¶ Configure URL...