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

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

    Django shortcut functions render() Required arguments Optional arguments Example redirect() Examples get_object_or_404() Arguments Example get_list_or_404() Arguments ...
  • 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...
  • 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...
  • 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 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...
  • Organization of the Django Project

    Organization of the Django Project Principles Core team Role Prerogatives Membership Technical board Role Prerogatives Membership Changing the organization Organizati...
  • FAQ: 使用Django

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

    Django 便捷函数 render() 必选参数 可选参数 例如 redirect() 示例 get_object_or_404() 必选参数 例如 get_list_or_404() 必选参数 例如 Django 便捷函数 包 django.shortcuts 收集助手函数和“跨”多级mvc的类,换句话说,为了方...
  • Using the Django Database

    Using the Django Database Installation Configuration Limitations Using the Django Database Experimental Status The Django database transport is in need of improvements in m...