検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 257 for which (0.114 sec.)
URL ディスパッチャ — Django 4.0.6 ドキュメント 4622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... matches, Django imports and calls the given view, which is a Python function (or a class-based view ). The ... ute, as a string. A to_python(self, value) method, which handles converting the matched string into the typ ... URL pattern matches. A to_url(self, value) method, which handles converting the Python type into a string t ... ath() function can take an optional third argument which should be a dictionary of extra keyword arguments ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _MODULE ¶ When you use Django, you have to tell it which settings you're using. Do this by using an environ ... p_defaults , DEBUG = True ) The following example, which uses myapp_defaults as a positional argument, is e ... tandalone" -- for example, writing a Python script which loads some Django templates and renders them, or u ...
https://man.plustar.jp/django/topics/settings.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4622
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 変数 ¶ A variable outputs a value from the context, which is a dict-like object mapping keys to values. Vari ... g page: backend The template backend instance from which the exception originated. tried A list of sources ... ing templates, Django provides a shortcut function which automates the process. render_to_string ( template ... { 'foo' : 'bar' }) See also the render() shortcut which calls render_to_string() and feeds the result into ...
https://man.plustar.jp/django/topics/templates.html - [similar]
LICENSE.txt 4572
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... t to represent the company, product, or service to which they refer.** ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 4572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... owing values: 'name' : The name of the template in which the exception occurred. 'message' : The exception ... e than 20 lines or so. 'line' : The line number on which the exception occurred. 'before' : The content on ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 4572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . 警告 GeoDjango uses the GDAL geospatial library which is not thread safe at this time. Thus, it is highl ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0) Finally, there is the fromfile() factory method which returns a GEOSGeometry object from a file: >>> fro ... ltiPolygon geometry (unlike GEOSGeometry.union() , which may return geometries of lower dimension if a topo ... given coordinate transformation parameter ( ct ), which may be an integer SRID, spatial reference WKT stri ... ethods on PreparedGeometry take an other argument, which must be a GEOSGeometry instance. contains ( other ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hint to the resolver indicating the application to which the currently executing view belongs. This current ... . In that case, you can call get_script_prefix() , which will return the script prefix portion of the URL f ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pecification (like the int part of <int:section> ) which limits the characters matched and may also change ... versions, a full-match wasn't required for a route which ends with $ . include() ¶ include ( module , names ...
https://man.plustar.jp/django/ref/urls.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " # A higher middleware layer may return a request which does not contain # messages storage, so make no as ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]