検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 168 for PATH (0.002 sec.)
URL ディスパッチャ — Django 4.0.6 ドキュメント 10843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いう名前の変数を探します。この変数の値は django.urls.path() または django.urls.re_path() インスタンスの sequ ... e that matches the requested URL, matching against path_info . Once one of the URL patterns matches, Djang ... ents are made up of any named parts matched by the path expression that are provided, overridden by any ar ... ied in the optional kwargs argument to django.urls.path() or django.urls.re_path() . もし、 URL 正規表現が ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 10017
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom source were installed. In general, the library path may be set on a per-user basis by setting an envir ... onment variable, or by configuring the library path for the entire system. LD_LIBRARY_PATH environment ... this environment variable to customize the library paths they want to use. The typical library directory f ... r/local/lib needs to be included in the LD_LIBRARY_PATH variable. For example, the user could place the fo ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 9870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... next » django.urls functions for use in URLconfs ¶ path() ¶ path ( route , view , kwargs = None , name = N ... s . For example: from django.urls import include , path urlpatterns = [ path ( 'index/' , views . index , ... name = 'main-view' ), path ( 'bio/<username>/' , views . bio , name = 'bio' ) ... , path ( 'articles/<slug:title>/' , views . article , nam ...
https://man.plustar.jp/django/ref/urls.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 9802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _spec as importlib_find def cached_import ( module_path , class_name ): modules = sys . modules if module_ ... not fully initialized. getattr ( modules [ module_path ], "__spec__" , None ) is not None and getattr ( m ... odules [ module_path ] . __spec__ , "_initializing" , False ) is True ) ... : import_module ( module_path ) return getattr ( modules [ module_path ], class_ ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 9541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . photo . name 'cars/chevy.jpg' >>> car . photo . path '/media/cars/chevy.jpg' >>> car . photo . url 'htt ... ange the file name by setting the file's name to a path relative to the file storage's location ( MEDIA_RO ... s >>> from django.conf import settings >>> initial_path = car . photo . path >>> car . photo . name = 'car ... s/chevy_ii.jpg' >>> new_path = settings . MEDIA_ROOT + car . photo . name >>> # ...
https://man.plustar.jp/django/topics/files.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 9315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __ ( self , app_name , app_module ): # Full Python path to the application e.g. 'django.contrib.admin'. se ... st-and-set pattern. # Last component of the Python path to the application e.g. 'admin'. # This value must ... erbose_name = self . label . title () # Filesystem path to the application directory e.g. # '/path/to/djan ... go/contrib/admin'. if not hasattr ( self , "path" ): self . path = self . _path_from_module ( app_m ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 8489
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... library (tried "geos_c"). Try setting GEOS_LIBRARY_PATH in your settings. The most common solution is to p ... r Library environment settings or set GEOS_LIBRARY_PATH in your settings. If using a binary package of GEO ... ), you may need to Install binutils . GEOS_LIBRARY_PATH ¶ If your GEOS library is in a non-standard locati ... , or you don't want to modify the system's library path then the GEOS_LIBRARY_PATH setting may be added to ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 8455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase. This is a lookup table with site_id , old_path and new_path fields. The RedirectFallbackMiddlewar ... cally, it checks for a redirect with the given old_path with a site ID that corresponds to the SITE_ID set ... ting. If it finds a match, and new_path is not empty, it redirects to new_path using a 301 ... ily redirect instead. If it finds a match, and new_path is empty, it sends a 410 ("Gone") HTTP header and ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 8308
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zip them in a directory corresponding to the GEOIP_PATH setting. Additionally, it is recommended to instal ... kt 'POINT (-97 38)' API Reference ¶ class GeoIP2 ( path = None , cache = 0 , country = None , city = None ... ult settings. However, at the very least the GEOIP_PATH setting should be set with the path of the locatio ... tomize any of the defaults. Keyword Arguments 説明 path Base directory to where GeoIP data is located or t ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 8194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( iri ) . decode () [ドキュメント] def escape_uri_path ( path ): """ Escape the unsafe characters from th ... e path portion of a Uniform Resource Identifier (URI). "" ... escaping "/" is that we are escaping # the entire path, not a path segment. return quote ( path , safe = ... decode ( "ascii" ) def repercent_broken_unicode ( path ): """ As per section 3.2 of RFC 3987, step three ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT