书栈网 · BookStack 本次搜索耗时 0.063 秒,为您找到 9494 个相关结果.
  • Django标准

    Django标准 Django标准 Django的标准库存放?django.contrib 包中。每个子包都是一个独立的附加功能包?这些子包一般是互相独立的,不过有些django.contrib 子包需要依赖其他子包 ?django.contrib 中对函数的类型并没有强制要求 。其中一些包中带有模型(因此需要你在数据库中安装对应的数据表),但...
  • 易优CMS数据字典

    ey_ad ey_ad_position ey_admin ey_admin_log ey_archives ey_arcmulti ey_arcrank ey_arctype ey_article_content ey_auth_role ey_channelfield ey_channelfield_bind ey_channel...
  • 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...
  • Serializing Django objects

    Serializing Django objects Serializing data Subset of fields Inherited models Deserializing data Serialization formats XML JSON DjangoJSONEncoder JSONL YAML Natural keys...
  • Django 缓存框架

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

    Django 便捷函数 render() 必选参数 可选参数 例如 redirect() 示例 get_object_or_404() 参数 例如 get_list_or_404() 参数 例如 Django 便捷函数 包 django.shortcuts 收集助手函数和“跨”多级mvc的类,换句话说,为了方便起见,这...
  • 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...
  • Organization of the Django Project

    Organization of the Django Project Principles Mergers Role Prerogatives Membership Releasers Role Prerogatives Membership Steering council Role Prerogatives Membership ...
  • How is Django Formed?

    How is Django Formed? 概况 Prerequisites Pre-release tasks Preparing for release Actually rolling the release Making the release(s) available to the public Post-release New st...