検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 166 for setting (0.120 sec.)
GeoDjango Database API — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou can tell GeoDjango to use a geography column by setting geography=True in your field definition. For examp ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules. {% debug %} outputs nothing when the DEBUG setting is False . Changed in Django 2.2.27: In older vers ... debugging information was displayed when the DEBUG setting was False . extends ¶ このテンプレートが親テンプレ ... FORMAT format specifier is used. Assuming the same settings as the previous example: {{ value | date }} outpu ... template filter no longer depends on the USE_L10N setting and always returns localized output. The u suffix ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atch is not found. Its behavior can be inverted by setting inverse_match to True , in which case the Validati ...
https://man.plustar.jp/django/ref/validators.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... async context, then you can disable the warning by setting the DJANGO_ALLOW_ASYNC_UNSAFE environment variable ... so will trigger the thread safety checks: # DJANGO_SETTINGS_MODULE=settings.py python -m asyncio >>> import a ...
https://man.plustar.jp/django/topics/async.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stances, you can tell Django which class to use by setting Meta.base_manager_name . Base managers aren't used ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmSet. can_delete_extra ¶ デフォルト値: True While setting can_delete=True , specifying can_delete_extra=Fals ... lts to the renderer specified by the FORM_RENDERER setting. BaseFormSet. template_name ¶ New in Django 4.0. T ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pecify the handlers as seen below in your URLconf (setting them anywhere else will have no effect). page_not_ ... from django.test import SimpleTestCase , override_settings from django.urls import path def response_error_h ... he module that contains handler403 = ... @override_settings ( ROOT_URLCONF = __name__ ) class CustomErrorHand ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fore searching for user commands. """ if options . settings : os . environ [ "DJANGO_SETTINGS_MODULE" ] = opt ... ions . settings if options . pythonpath : sys . path . insert ( 0 ... { "--version" , "--verbosity" , "--traceback" , "--settings" , "--pythonpath" , "--no-color" , "--force-color ... utput" ), ) self . add_base_argument ( parser , "--settings" , help = ( "The Python path to a settings module ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ずです: mysite / manage . py mysite / __init__ . py settings . py urls . py asgi . py wsgi . py polls / __init ... ----------- 1. Add "polls" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'polls', ] 2. I ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 4849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sed. This is the reasoning behind the APPEND_SLASH setting. テンプレートシステム ¶ ロジックのプレゼンテーショ ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]