検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 119 for URLs (0.054 sec.)
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンの URLconf を作成したことを思い出しましょう: polls/urls.py ¶ path ( '<int:question_id>/vote/' , views . vo ... cuts import get_object_or_404 , render from django.urls import reverse from .models import Choice , Questi ... 同じです。 URLconf の修正 ¶ まず、 URLconf の polls/urls.py を開き、次のように変更します: polls/urls.py ¶ f ... rom django.urls import path from . import views app_name = 'polls' ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " %} </ h1 > Quoting in reverse() ¶ When reversing URLs, Django didn't apply django.utils.http.urlquote to ... ou will also have to replace special characters in URLs used in assertRedirects() with their encoded versi ... in templates or if your tests rely on the previous URLs. If you want to revert to the original behavior yo ... e User primary key in the password reset views and URLs ( django.contrib.auth.views.password_reset_confirm ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5998
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sponseForbidden , HttpResponseRedirect from django.urls import reverse from django.views import View from ... of for us by the mixin. We can hook this into our URLs easily enough: urls.py ¶ from django.urls import p ... ango.http import HttpResponseForbidden from django.urls import reverse from django.views.generic import De ... ango.http import HttpResponseForbidden from django.urls import reverse from django.views.generic import Fo ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 慣例に則っているでしょう。例えば models 、 tests 、 urls 、 views のサブモジュールがあること、などです。 後 ... / manage . py mysite / __init__ . py settings . py urls . py asgi . py wsgi . py polls / __init__ . py adm ... tail . html index . html results . html tests . py urls . py views . py templates / admin / base_site . ht ... s', ] 2. Include the polls URLconf in your project urls.py like this:: path('polls/', include('polls.urls' ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... end-user-written applications -- make use of full URLs, including domain name, which are generated from t ... set mechanism -- to generate and display arbitrary URLs to users. To remedy this, the parsing in HttpReque ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 i18n_patterns() を使った例 : from django.conf.urls.i18n import i18n_patterns urlpatterns = i18n_patte ... ターンにおける言語プレフィックス ¶ i18n_patterns ( * urls , prefix_default_language = True ) ¶ この関数は、ル ... 、役に立ちます。 URL パターンの例: from django.conf.urls.i18n import i18n_patterns from django.urls import ... e i18n_patterns function. Example: >>> from django.urls import reverse >>> from django.utils.translation i ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd IRI handling ¶ Web frameworks have to deal with URLs (which are a type of IRI). One requirement of URLs ... n it needs to. Taking care in get_absolute_url() ¶ URLs can only contain ASCII characters. If you're const ... e and SimpleTemplateResponse 次のトピックへ django.urls utility functions 関連キーワード encoding , string ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リクエストされたビューが存在しないい場合に、 django.urls によって発生します。 MiddlewareNotUsed ¶ exception ... URL Resolver の例外 ¶ URL Resolver の例外は django.urls で定義されています。 Resolver404 ¶ exception Resol ... ¶ The NoReverseMatch exception is raised by django.urls when a matching URL in your URLconf cannot be iden ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 5812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ible XSS attack via user-supplied numeric redirect URLs. Full description 影響を受けるバージョン ¶ Django ... and possible XSS attack via user-supplied redirect URLs containing basic auth. Full description 影響を受け ... ted possible XSS attack via user-supplied redirect URLs. Full description 影響を受けるバージョン ¶ Django ... ted possible XSS attack via user-supplied redirect URLs. Full description 影響を受けるバージョン ¶ Django ...
https://man.plustar.jp/django/releases/security.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 5812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sher 最後に、このビューを URL にフックさせます。 # urls.py from django.urls import path from books.views i ... nf に1つのキャプチャグループがあるとしましょう。 # urls.py from django.urls import path from books.views i ... ムビューを使うようにする必要があります。 from django.urls import path from books.views import AuthorDetailVi ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT