検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 168 for path (0.116 sec.)
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irectory. A string argument may also be a relative path starting with ./ or ../ . For example, assume the ... irectory. A string argument may also be a relative path starting with ./ or ../ as described in the extend ... です ) 。 URLconf は以下のようなものになるでしょう: path ( 'client/<int:id>/' , app_views . client , name = ... f の中に次のような形で include されていたとします: path ( 'clients/' , include ( 'project_name.app_name.ur ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... scouraged API ), you must specify the app config's path, e.g. 'polls.apps.PollsConfig' , in INSTALLED_APPS ... app_name was changed to contain the full namespace path in the case of nested namespaces. For consistency ... があるため、 django.utils.module_loading.import_by_path が削除されました。 future テンプレートタグライブラ ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s easily enough: urls.py ¶ from django.urls import path from books.views import RecordInterestView urlpatt ... erns = [ #... path ( 'author/<int:pk>/interest/' , RecordInterestView ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... します。 You might also want to set the SESSION_FILE_PATH setting (which defaults to output from tempfile.ge ... COOKIE_HTTPONLY SESSION_COOKIE_NAME SESSION_COOKIE_PATH SESSION_COOKIE_SAMESITE SESSION_COOKIE_SECURE SESS ... NGINE SESSION_EXPIRE_AT_BROWSER_CLOSE SESSION_FILE_PATH SESSION_SAVE_EVERY_REQUEST SESSION_SERIALIZER セッ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kgutil . iter_modules ( django . db . backends . __path__ ) if ispkg and name not in { "base" , "dummy" } ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のクラスがローカルファイルストレージを提供する場合、 path() メソッドをオーバーライドする必要があります。 スト ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the name of the current Python module as a dotted path: import logging logger = logging . getLogger ( __n ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectory containing your clone on your Python import path. Then import statements which look for Django will ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... env ~/.virtualenvs/djangodev ...\> py -m venv %HOMEPATH% \.virtualenvs\djangodev 新しい環境があるパスはコン ... 行してWindowsでの仮想環境を有効化します: ...\> %HOMEPATH% \.virtualenvs\djangodev\Scripts\activate.bat その ... トールしてください:   $ python -m pip install -e /path/to/your/local/clone/django/ ...\> py -m pip instal ... l -e \path\to\your\local\clone\django\ Django のインストール済 ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 使用します。例えば、URLconf は以下のようになります: path ( 'objects/page<int:page>/' , PaginatedView . as_v ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]