検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 53 for URLconf (0.083 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on feeds can now be used directly as views in your URLconf . This means that you can maintain complete contro ... ider the use of the old framework in the following URLconf : from django.conf.urls.defaults import * from myp ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raised. Finally, we hook these new views into the URLconf: urls.py ¶ from django.urls import path from myapp ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6400
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not capitalized. template -- it's not capitalized. URLconf -- use three capitalized letters, with no space be ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6400
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or example, the default settings don't define ROOT_URLCONF , so ROOT_URLCONF is followed by "###" in the outp ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6400
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tterns() helper function can now be used in a root URLConf specified using request.urlconf . By setting the n ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6400
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. You can consequently remove this line from your URLconf. Django imports all application configurations and ... he need to conditionally add the view to your root URLconf, which in turn makes it safe to reverse by name. I ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6400
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The attribute SimpleTestCase.urls for specifying URLconf configuration in tests has been deprecated and wil ... emoved in Django 1.10. Use @override_settings(ROOT_URLCONF=...) instead. prefix argument to i18n_patterns() ¶ ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d the following snippet to the end of your primary URL configuration: from django.conf import settings from d ... ort staticfiles_urlpatterns # ... the rest of your URLconf here ... urlpatterns += staticfiles_urlpatterns () ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... えられた URL がスラッシュで終わっていなくて、さらに URLconf に URL が見つからなければ、Django は / が最後に追加 ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he context, instead passing the variables from the URLconf directly into the context. Non-form data in HTTP r ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 NEXT