検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 243 for python (0.143 sec.)
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngoは、そのディレクトリ内のアンダーバーで始まらないPythonモジュールすべてを``manage.py``コマンドに登録します。 ... " , ending = '' ) 新たに作成したカスタムコマンドは python manage.py closepoll <poll_ids> と実行する事で利用で ... dd_argument の利用についてより詳細な情報を得るには Python 公式ドキュメントの argparse を参照してください。 独 ... mmand. help ¶ コマンドに関する短い説明。ユーザーが python manage.py help <command> を実行することでヘルプメッ ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | next » JavaScript ¶ While most of Django core is Python, the admin and gis contrib apps contain JavaScript ... HTTP. To view code coverage: ルートディレクトリで python -m http.server を実行してみてください。( js_tests ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... テストを作るのか?また、なぜ今なのか? もしかしたら、 Python や Django を学ぶのに手一杯で、さらに別のことを学ぶ ... いうことです。テスト駆動開発は、ここで言う問題を単に Python のテストケースとして形式化しただけのことです。 テス ... きか、把握が難しい場合もあります。もしすでに数千行の Python コードがあったとしたら、テストすべき場所を選ぶのは ... は、 shell を使用してバグを確認してください。   $ python manage.py shell ...\> py manage.py shell >>> impor ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GeoIP2 object is a wrapper for the MaxMind geoip2 Python library . [1] In order to perform IP-based geoloca ... tion, the GeoIP2 object requires the geoip2 Python library and the GeoIP Country and/or City datasets ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gument signature for reverse() is to pass a dotted Python path to the desired view. In this situation, Djang ... are known to an attacker to exist on the server's Python import path, which perform code execution with sid ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gument signature for reverse() is to pass a dotted Python path to the desired view. In this situation, Djang ... are known to an attacker to exist on the server's Python import path, which perform code execution with sid ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。また、データベースプロセスによって行われる処理と Python のプロセスによる処理は (あなたにとって) 必ずしも同 ... クスを特定するのに役立ちます。 データベースの仕事を Python ではなくデータベースに行わせる ¶ 例えば: 最も基本的 ... might take a lot of processing to convert back to Python. As always, profile first, then optimize. Use Quer ... を使用する explain() を使用する データベースの仕事を Python ではなくデータベースに行わせる RawSQL を使用する 素 ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... encode ( query , doseq = False ): """ A version of Python's urllib.parse.urlencode() function that can opera ... rs, when doseq=True, to # work around https://bugs.python.org/issue31706. query_val = [] for item in itr : i ... urllib.parse.urlsplit() with # https://github.com/python/cpython/pull/661 applied. def _urlsplit ( url , sc ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ームは、 Web サーバと Web アプリケーション に関して Python の標準である WSGI です。 Django's startproject man ... ジェクトです。これは一般的に、サーバにアクセスできる Python モジュールの中で application という名前のオブジェク ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ナの中に存在するかどうかをテストする演算子で、多くの Python コンテナに対して使用できます。以下は x in y がどの ... and not in == , != , < , > , <= , >= ( この順序は Python とまったく同じです) 。 そこで、例えば次にあげる複雑 ... り明確な表現になることもあるでしょう。 比較演算子は Python や数学における記法のように、つないで書くことはでき ... とき、出力は "?test=1&amp;me=2" になります。 join ¶ Python の str.join(list) と同じく、リストを文字列でつなぎ ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]