検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 168 for path (0.035 sec.)
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 7934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onf file and add the following. WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.py WSGIPythonHome /path/ ... to/venv WSGIPythonPath /path/to/mysite.com <Directory /path/to/mysite.com ... ependencies inside a virtual environment , add the path using WSGIPythonHome . See the mod_wsgi virtual en ... vironment guide for more details. WSGIPythonPath の行は、プロジェクトのパッケージは Python のパス上 ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age_class() internally. get_storage_class ( import_path = None ) ¶ Returns a class or module which impleme ... ts the storage API. When called without the import_path parameter get_storage_class will return the curren ... tem as defined by DEFAULT_FILE_STORAGE . If import_path is provided, get_storage_class will attempt to imp ... ort the class or module from the given path and will return it if successful. An exception wil ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
設定 — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... added. KEY_FUNCTION ¶ A string containing a dotted path to a function (or any callable) that defines how t ... イトリクエストフォージェリ (CSRF) 対策 . CSRF_COOKIE_PATH ¶ デフォルト値: '/' The path set on the CSRF cooki ... e. This should either match the URL path of your Django installation or be a parent of that ... path. This is useful if you have multiple Django instan ...
https://man.plustar.jp/django/ref/settings.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 7300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from django.contrib.sitemaps.views import sitemap path ( 'sitemap.xml' , sitemap , { 'sitemaps' : sitemap ... e. If it's a method, it should return the absolute path for a given object as returned by items() . If it' ... value should be a string representing an absolute path to use for every object returned by items() . In b ... oth cases, "absolute path" means a URL that doesn't include the protocol or ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CFILES_STORAGE after each run and passes a list of paths that have been found by the management command. I ... rgs ) Then set the STATICFILES_STORAGE setting to 'path.to.MyStaticFilesStorage' . Some commonly used opti ... TTERN , -i PATTERN ¶ Ignore files, directories, or paths matching this glob-style pattern. Use multiple ti ... mes to ignore more. When specifying a path, always use forward slashes, even on Windows. --dr ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6961
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will produce a RawPostDataException . HttpRequest. path ¶ A string representing the full path to the reque ... ring. 例: "/music/bands/the_beatles/" HttpRequest. path_info ¶ Under some web server configurations, the p ... ame is split up into a script prefix portion and a path info portion. The path_info attribute always conta ... ins the path info portion of the path, no matter what web serve ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 6768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... れます。 例 myapp/urls.py : from django.urls import path from django.views.generic.dates import ArchiveInde ... w from myapp.models import Article urlpatterns = [ path ( 'archive/' , ArchiveIndexView . as_view ( model ... = True 例 myapp/urls.py : from django.urls import path from myapp.views import ArticleYearArchiveView url ... patterns = [ path ( '<int:year>/' , ArticleYearArchiveView . as_view ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen building its cache key. Requests with the same path but different header content for headers named in ... None ) ¶ Returns a cache key based on the request path. It can be used in the request phase because it pu ... st of headers to take into account from the global path registry and uses those to build a cache key to ch ... what headers to take into account for some request path from the response object. It stores those headers ...
https://man.plustar.jp/django/ref/utils.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or for DataSource only requires one parameter: the path of the file you want to read. However, OGR also su ... ssed by passing a special name string instead of a path. For more information, see the OGR Vector Formats ... gis.gdal import DataSource >>> ds = DataSource ( '/path/to/your/cities.shp' ) >>> ds . name '/path/to/your ... he data source. Changed in Django 3.2: Support for pathlib.Path ds_input was added. Layer ¶ class Layer ¶ ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tors: This message appears on the home page only # path/to/python/file.py:123 msgid "Welcome to my site." ... ould be retrieved (and stored) beforehand: {% url 'path.to.view' arg arg2 as the_url %} {% blocktranslate ... he resulting .po file: #. Translators: View verb # path/to/template/file.html:10 msgid "View" msgstr "" #. ... Translators: Short intro blurb # path/to/template/file.html:13 msgid "" "A multiline tra ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT