検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 243 for python (0.156 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to install a Memcached binding. There are several Python Memcached bindings available; the two supported by ... 非推奨: The MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmain ... etting up the Redis server, you'll need to install Python bindings for Redis. redis-py is the binding suppor ... 、キャッシュテーブルをコマンドで作成する必要がある。 python manage . py createcachetable このコマンドにより、デ ...
https://man.plustar.jp/django/topics/cache.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ています。 テストクライアント ¶ The test client is a Python class that acts as a dummy web browser, allowing y ... の例が示唆しているように、 Client のインスタンスは、Python のインタラクティブなインタプリタ上のセッションから ... ct. If you need to retrieve other web pages, use a Python standard library module such as urllib . URL を解決 ... 指定されたすべての URLconf を使用します。 上の例では Python のインタラクティブなインタプリタ上でも動作するはず ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メント Home | Table of contents | Index | Modules up Pythonモジュール索引 a | c | d | f | h | m | s | t | u | v ... ace to the GDAL library. django.contrib.gis.geoip2 Python interface for MaxMind's GeoIP2 databases. django.c ... go.utils.module_loading Functions for working with Python modules. django.utils.safestring Functions and cla ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tests. XML deserialization ¶ The XML parser in the Python standard library is vulnerable to a number of atta ... oses off these attack avenues. These issues in the Python standard library are CVE-2013-1664 and CVE-2013-16 ... 65. More information available from the Python security team . Django's XML serializer does not c ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 4978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , refer to the commands own help by running:   $ python manage.py collectstatic --help ...\> py manage.py ... paths with the enabled finders. For example:   $ python manage.py findstatic css/base.css admin/js/core.js ... each relative path, use the --first option:   $ python manage.py findstatic css/base.css --first Found 'c ... he extra output and just get the path names:   $ python manage.py findstatic css/base.css --verbosity 0 /h ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curity issues in 1.4.17 as well as a regression on Python 2.5 in the 1.4.17 release. WSGI header spoofing vi ... oing so. Bugfixes ¶ To maintain compatibility with Python 2.5, Django's vendored version of six, django.util ... aded to 1.8.0 which is the last version to support Python 2.5. 目次 Django 1.4.18 release notes WSGI header ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tests. XML deserialization ¶ The XML parser in the Python standard library is vulnerable to a number of atta ... oses off these attack avenues. These issues in the Python standard library are CVE-2013-1664 and CVE-2013-16 ... 65. More information available from the Python security team . Django's XML serializer does not c ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django FAQ よくある質問 — Django 4.0.6 ドキュメント 4938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jangoはどのようにライセンスされていますか? DjangoにPythonのライセンスファイルが含まれているのはなぜですか? Dj ... ありますが、なぜ Django にはないのですか なぜ既存の Python ライブラリを使わずスクラッチで Django を作ったので ... jango を動かすには何が必要ですか? どのバージョンの Python で Django が使えますか? DjangoでどのPythonのバージ ...
https://man.plustar.jp/django/faq/index.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 4938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g Hypercorn ¶ You can install Hypercorn with pip : python -m pip install hypercorn Running Django in Hyperco ... 0.1:8000 . It requires that your project be on the Python path; to ensure that run this command from the sam ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 4938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lling Uvicorn ¶ You can install Uvicorn with pip : python -m pip install uvicorn gunicorn Running Django in ... 0.1:8000 . It requires that your project be on the Python path; to ensure that run this command from the sam ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT