検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 53 for URLconf (0.019 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rse() の current_app 引数に使います。 HttpRequest. urlconf ¶ この値は、現在のリクエストに対する root URLconf ... として使用され、設定の ROOT_URLCONF を上書きします。詳しくは Django のリクエスト処理 を ... ご覧ください。 urlconf は None に設定することで、それまでにミドルウェアで ... 行われた変更を取り消し、元の ROOT_URLCONF を使用するようにできます。 HttpRequest. exception_ ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t() to register that admin views. That is, if your URLconf contains the line: ( r '^admin/(.*)' , admin . sit ... m the same application, to be included in a Django URLConf multiple times, with varying (and potentially nest ... interface may be registered multiple times without URL conflicts. For full details, see the documentation on ... igured this way). The include() function in Django URLconf modules can now accept sequences of URL patterns ( ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n package name of the actual project. If settings, URLconfs and apps within the project are imported or refer ... roject name prefix (e.g. myproject.settings , ROOT_URLCONF = "myproject.urls" , etc.), the new manage.py will ... to allow using URL reversals before the project's URLconf gets loaded. URL パターンを翻訳する ¶ Django can n ... ew context keyword. Customizable SingleObjectMixin URLConf kwargs ¶ Two new attributes, pk_url_kwarg and slug ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ib . URL を解決するとき、テストクライアントは ROOT_URLCONF 設定で指定されたすべての URLconf を使用します。 上 ... tures will be loaded into all specified databases. URLconf configuration ¶ If your application provides views ... class or test method with @override_settings(ROOT_URLCONF=...) for URLconf configuration. Multi-database sup ... トクライアントをカスタムする フィクスチャーのロード URLconf configuration Multi-database support Overriding se ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 6980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ike .php or .asp . アプリのURLをデザインするには、 URLconf というPythonモジュールを作成します。アプリのコンテ ... nコールバック関数の間のマッピングが含まれています。URLconfは、PythonコードからURLを切り離すのにも役立ちます Re ... porter / Article の例では、 URLconf は以下のようになります: mysite/news/urls.py ¶ from ...
https://man.plustar.jp/django/intro/overview.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 6980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld は 'slug' です。 slug_url_kwarg ¶ スラグを含む URLConf キーワード引数の名前です。デフォルトでは、 slug_ur ... 'slug' です。 pk_url_kwarg ¶ プライマリキーを含む URLConf キーワード引数の名前です。デフォルトでは、 pk_url_ ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get_query_set or get_queryset . shortcut view and URLconf ¶ The shortcut view was moved from django.views.de ... o 1.6 and you should now use the new location. The URLconf django.conf.urls.shortcut was also deprecated. If ... you're including it in an URLconf, simply replace: ( r '^prefix/' , include ( 'djang ... methods renamed to get_queryset shortcut view and URLconf ModelForm without fields or exclude UpdateView and ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bel' ]), name = 'javascript-catalog' ), ] ルートの URLconf が i18n_patterns() 、 JavaScriptCatalog を使ってい ... x_default_language = True ) ¶ この関数は、ルートの URLconf で使うことができ、Django は自動的に現在アクティブな ... dex' ) '/nl/news/' 警告 i18n_patterns() はルートの URLconf のみで使うことができます。インクルードされた URLco ... ate this view by adding the following line to your URLconf: path ( 'i18n/' , include ( 'django.conf.urls.i18n ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
設定 — Django 4.0.6 ドキュメント 6876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ォルト値: True True に設定すると、リクエスト URL が URLconf 内のどのパターンにもマッチせず、/ で終わっていなか ... leware) )。 APPEND_SLASH も参照してください。 ROOT_URLCONF ¶ デフォルト値: 定義されていません A string repres ... enting the full Python import path to your root URLconf, for example "mydjangoapps.urls" . Can be overridd ... en on a per-request basis by setting the attribute urlconf on the incoming HttpRequest object. See Django のリ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6787
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... must be included. Hook the admin's URLs into your URLconf . After you've taken these steps, you'll be able t ... . get_urls () ¶ ModelAdmin の get_urls メソッドは、URLconf と同じ方法で、その ModelAdmin に対して使用される U ... registered. Hooking AdminSite instances into your URLconf ¶ The last step in setting up the Django admin is ... to hook your AdminSite instance into your URLconf. Do this by pointing a given URL at the AdminSite. ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 5 6 NEXT