検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 168 for PATH (0.116 sec.)
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5761
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .10. 国際化 (internationalization) ¶ FORMAT_MODULE_PATH can now be a list of strings representing module p ... contains duplicates or a default fixture directory path ( app_name/fixtures ), an exception is raised. The ... } . Request と Response ¶ WSGIRequest now respects paths starting with // . The HttpRequest.build_absolute ... _uri() method now handles paths starting with // correctly. If DEBUG is True and ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5761
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e port on which Memcached is running, or to a unix:path value, where path is the path to a Memcached Unix ... dows, put the drive letter at the beginning of the path, like this: CACHES = { 'default' : { 'BACKEND' : ' ... e' , 'LOCATION' : 'c:/foo/bar' , } } The directory path should be absolute -- that is, it should start at ... l cache backend with Django, use the Python import path as the BACKEND of the CACHES setting, like so: CAC ...
https://man.plustar.jp/django/topics/cache.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s likely an oversight when migrating from url() to path() . 4_0.E001 : As of Django 4.0, the values in the ... cache> cache LOCATION is relative. Use an absolute path instead. データベース ¶ MySQL and MariaDB ¶ If you ... P_DIR setting refers to the nonexistent directory <path> . モデルフィールド ¶ fields.E001 : Field names mu ... ter or equal to decimal_places . fields.E140 : FilePathField s must have either allow_files or allow_folde ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... make_msgid from io import BytesIO , StringIO from pathlib import Path from django.conf import settings fr ... e , content , mimetype )) def attach_file ( self , path , mimetype = None ): """ Attach a file from the fi ... CHMENT_MIME_TYPE and don't decode the content. """ path = Path ( path ) with path . open ( "rb" ) as file ... : content = file . read () self . attach ( path . name , content , mimetype ) def _create_message ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.contrib.admindocs to your INSTALLED_APPS . Add path('admin/doc/', include('django.contrib.admindocs.ur ... ィルタ :filter:`filtername` テンプレート :template:`path/to/template.html` Model reference ¶ The models sec ... templates by themselves, if you use the :template:`path/to/template.html` syntax in a docstring the result ... ing page will verify the path of that template with Django's template loaders . ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... documentation, the command python3 must be on your path and linked to the appropriate version of Python. A ... settings, ensure that the module is on your PYTHONPATH and pass the module with --settings . The DATABASE ... nalization, type:   $ ./runtests.py --settings = path.to.settings generic_relations i18n ...\> runtests. ... py --settings=path.to.settings generic_relations i18n How do you find ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 5580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... context 例 myapp/urls.py : from django.urls import path from article.views import ArticleDetailView urlpat ... terns = [ path ( '<slug:slug>/' , ArticleDetailView . as_view (), ... context 例 myapp/urls.py : from django.urls import path from article.views import ArticleListView urlpatte ... rns = [ path ( '' , ArticleListView . as_view (), name = 'artic ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... signature for reverse() is to pass a dotted Python path to the desired view. In this situation, Django wil ... l import the module indicated by that dotted path as part of generating the resulting URL. If such a ... an attacker to exist on the server's Python import path, which perform code execution with side effects on ... , reverse() will now only accept and import dotted paths based on the view-containing modules listed in th ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 2.2.23 release notes — Django 4.0.6 ドキュメント 5580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... even when a custom upload_to returns a valid file path ( #32718 ). 目次 Django 2.2.23 release notes Bugfi ... fixes , regression , up , next , トピック , file , path クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/2.2.23.html - [similar]
Django 3.1.11 release notes — Django 4.0.6 ドキュメント 5580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... even when a custom upload_to returns a valid file path ( #32718 ). 目次 Django 3.1.11 release notes Bugfi ... fixes , regression , up , next , トピック , file , path クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/3.1.11.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT