検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 119 for URLs (0.032 sec.)
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her good reporting practices. Make sure to include URLs, code snippets, and step-by-step instructions on h ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s = { 'myapp_tags' : 'path.to.myapp.tags' , 'admin.urls' : 'django.contrib.admin.templatetags.admin_urls' ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Converts a positive integer to a base 36 string. urlsafe_base64_encode ( s ) [ソース] ¶ Encodes a bytest ... ring to a base64 string for use in URLs, stripping any trailing equal signs. urlsafe_base6 ... nicode = False ) [ソース] ¶ Converts a string to a URL slug by: Converting to ASCII if allow_unicode is Fa ... one django.utils.translation 前のトピックへ django.urls functions for use in URLconfs 次のトピックへ バリデ ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ models.permalink() デコレータ ¶ 代わりに django.urls.reverse() を使用してください。例えば: from django. ... になります: from django.db import models from django.urls import reverse class MyModel ( models . Model ): . ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns that you can maintain complete control over the URL structure of your feeds. Like any other view, feeds ... mework in the following URLconf : from django.conf.urls.defaults import * from myproject.feeds import Late ... an be deployed directly as views: from django.conf.urls.defaults import * from myproject.feeds import Late ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 5140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... edirect ( '/some/url/' ) This also works with full URLs: def my_view ( request ): ... return redirect ( 'h ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、404 エラーの通知を受け取ります。 IGNORABLE_404_URLS により不要なレポートをフィルタリングできます。 E メ ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lows: from django.conf import settings from django.urls import get_callable default_foo_view = get_callabl ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rse()' rather than a hardcoded URL >>> from django.urls import reverse >>> response = client . get ( rever ... に次の行を追加します。 polls/tests.py ¶ from django.urls import reverse そして、question を簡単に作れるよう ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r-site cache, is keyed off of the URL. If multiple URLs point at the same view, each URL will be cached se ... he systems that blindly save pages based purely on URLs could expose incorrect or sensitive data to subseq ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 NEXT