検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 137 for content (0.034 sec.)
Django でのユーザー認証 — Django 4.0.6 ドキュメント 5334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... ォルトのモデルの中心機能を含みます。 'django.contrib.contenttypes' は Django content type system です。パーミッ ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » クラス ... 'd want to use: {% extends "base.html" %} {% block content %} < h2 > Publisher {{ publisher.name }} </ h2 > < ... subclass that is able to return both HTML and JSON content, depending on some property of the HTTP request, s ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » 複数の ... router that knows to send queries for the auth and contenttypes apps to auth_db ( auth models are linked to C ... all database operations on models in the auth and contenttypes applications. """ route_app_labels = { 'auth' ... , 'contenttypes' } def db_for_read ( self , model , ** hints ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... . Requests with the same path but different header content for headers named in Vary need to get different ca ... che keys to prevent delivery of wrong content. For example, internationalization middleware woul ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... fies the task of dealing with non-Western-European content and data in Django. Additionally, utility function ... admin ¶ Classes are now included in django.contrib.contenttypes which can be used to support generic relation ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » How to ... ncounters, it calls a Python function with the tag contents and the parser object itself. This function is re ... onsible for returning a Node instance based on the contents of the tag. For example, let's write a full imple ... do_current_time ( parser , token ): try : # split_contents() knows not to split quoted strings. tag_name , f ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... when uploading or writing files with file names or content that contains non-ASCII characters, make sure Apac ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Admin ... , request , queryset ): response = HttpResponse ( content_type = "application/json" ) serializers . serializ ... ts to your custom export view: from django.contrib.contenttypes.models import ContentType from django.http im ... queryset . values_list ( 'pk' , flat = True ) ct = ContentType . objects . get_for_model ( queryset . model ) ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Geogra ... mplete GeoJSON structure but only the geometry key content of a GeoJSON structure. See also GeoJSON Serialize ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » ロギン ... il includes an HTML attachment containing the full content of the debug web page that would have been produce ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT