検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 162 for then (0.043 sec.)
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... option to cache responses to anonymous (i.e., unauthenticated) clients. When the first anonymous request ... If the Vary: Cookie header is set on the response, then the response will not be cached. MySQL typecasting ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the matched URL pattern contained no named groups, then the matches from the regular expression are provid ... ession groups is (?P<name>pattern) , where name is the name of the group and pattern is some pattern to ma ... ing unnamed regular expression groups ¶ As well as the named group syntax, e.g. (?P<year>[0-9]{4}) , you c ... available to get a URL is an identification (e.g. the name) of the view in charge of handling it. Other p ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " else : return "StopUpload: Consume request data, then halt." class SkipFile ( UploadFileException ): """ ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... py loaddata <fixturename> , where <fixturename> is the name of the fixture file you've created. Each time ... ou change one of the rows created by a fixture and then run loaddata again, you'll wipe out any changes yo ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ride are named blog/list.html and blog/post.html , then your directory structure will look like: myapp/ te ... lates directory to override admin/base_site.html . The new template extends admin/base_site.html , which i ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he collectstatic command when static files change, then arrange for the collected static files directory ( ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor hasn't been recently involved in a discussion, then a ticket may not have the support required to get ... mportant. Review the ticket on Trac to ensure that the Needs tests , Needs documentation , and Patch needs ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orm() and adds the result to the context data with the name 'form'. ModelFormMixin ¶ class django.views.ge ... ッドと属性 success_url ¶ The url to redirect to when the nominated object has been successfully deleted. suc ... s the target object and calls its delete() method, then redirects to the success URL. get_success_url () ¶ ... Returns the url to redirect to when the nominated object has been successfully deleted. Ret ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rily control whether or not the user can log in. Authentication backends aren't required to check for the ... In this case, you'll also want to customize the AuthenticationForm used by the LoginView as it rejects in ... sion-checking methods such as has_perm() and the authentication in the Django admin all return False for i ... 時がセットされます。 属性 ¶ class models. User is_authenticated ¶ ( AnonymousUser.is_authenticated が常に F ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at layer (e.g. points, polygons, etc.), as well as the names and types of any additional fields ( Field ) ... rmation, see the OGR Vector Formats documentation. The name property of a DataSource instance gives the OG ... on on accessing the layers of data themselves, see the next section: >>> from django.contrib.gis.gdal impo ... le only contains one layer 1 layer_count ¶ Returns the number of layers in the data source. name ¶ Returns ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT