検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 133 for module (0.110 sec.)
Full text search — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Full text search ¶ The d ... se functions in the django.contrib.postgres.search module ease the use of PostgreSQL's full text search engi ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » The "sites" framework ¶ ... ) and then specify the appropriate DJANGO_SETTINGS_MODULE for each site. Caching the current Site object ¶ A ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Unicode data ¶ Django su ... . Conversion functions ¶ The django.utils.encoding module contains a few functions that are handy for conver ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django 1.1 リリースノート ... his way). The include() function in Django URLconf modules can now accept sequences of URL patterns (generat ... ed by patterns() ) in addition to module names. Instances of Django forms (see the forms ov ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django's cache framework ... e CacheKeyWarning with this code in the management module of one of your INSTALLED_APPS : import warnings fr ... do this for the locmem backend, put this code in a module: from django.core.cache.backends.locmem import Loc ... thing to the Vary header. The following middleware modules do so: SessionMiddleware adds Cookie GZipMiddlewa ...
https://man.plustar.jp/django/topics/cache.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » セッションの使いかた ¶ D ... を考えるべきです。 >>> from importlib import import_module >>> from django.conf import settings >>> SessionSt ... ore = import_module ( settings . SESSION_ENGINE ) . SessionStore 次のよ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » ビューを記述する ¶ A vie ... onse_error_handler # ROOT_URLCONF must specify the module that contains handler403 = ... @override_settings ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
Django 1.4 documentation 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y ファイルへの import パスを与える DJANGO_SETTINGS_MODULE の環境変数を manage.py で設定しているからです。 ma ... なくても、問題はありません。環境変数 DJANGO_SETTINGS_MODULE を mysite.settings に設定して、 manage.py と同じデ ... t import polls.views.index. View does not exist in module polls . views . このエラーは、まだ index() という関 ...
https://man.plustar.jp/django/contents.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » はじめての Django アプリ ... Django のバージョンがわかります。もしなければ "No module named django" とエラーが表示されます。 This tutori ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » PostgreSQL specific mode ... available from the django.contrib.postgres.fields module. Indexing these fields ¶ Index and Field.db_index ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT