検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 26 for pip (0.043 sec.)
Django 1.4.22 release notes — Django 4.0.6 ドキュメント 8463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curity issue in 1.4.21. It also fixes support with pip 7+ by disabling wheel support. Older versions of 1 ... broken wheel when installed with those versions of pip. Denial-of-service possibility in logout() view by ...
https://man.plustar.jp/django/releases/1.4.22.html - [similar]
Coding style — Django 4.0.6 ドキュメント 8348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pre-commit and then the git hooks:   $ python -m pip install pre-commit $ pre-commit install ...\> py - ... m pip install pre-commit ...\> pre-commit install On the ... the guidelines below. Quick start:   $ python -m pip install "isort >= 5.1.0" $ isort . ...\> py -m pip ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 8215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... くつかの installation procedures が記載されています。pip (Python のパッケージマネージャー) を使って、あらゆ ... えば: # Install current stable version. $ python -m pip install uwsgi # Or install LTS ( long term support ... ) . $ python -m pip install https://projects.unbit.it/downloads/uwsgi- ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 8215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... installed using the following command: $ python -m pip install psycopg2 注釈 If you don't have pip , foll ... PostgreSQL database. psycopg2 can be installed via pip within your Python virtual environment: ...\> py - ... m pip install psycopg2 Footnotes [1] GeoDjango uses the ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 7968
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... B程度減ります。 Django のローカルコピーがあるので、 pip を使ってパッケージをインストールするのと同じように ... 環境を利用しているのかが分かります。仮想環境のもとで pip によるインストールを行うと、表示されている仮想環境 ... のコピーをインストールしてください:   $ python -m pip install -e /path/to/your/local/clone/django/ ...\> ... py -m pip install -e \path\to\your\local\clone\django\ Djang ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 7835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ronment with all the dependencies first. Django を pip でインストールした場合は、 --upgrade か -U フラグが ... 使用できます。   $ python -m pip install -U Django ...\> py -m pip install -U Djang ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fi library . This can be done by running python -m pip install django[argon2] , which is equivalent to py ... thon -m pip install argon2-cffi (along with any version requir ... pt library . This can be done by running python -m pip install django[bcrypt] , which is equivalent to py ... thon -m pip install bcrypt (along with any version requirement ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
次のステップへ — Django 4.0.6 ドキュメント 7323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をダウンロードしてインストールするか、次のコマンドで pip を使ってインストールします。   $ python -m pip i ... nstall Sphinx ...\> py -m pip install Sphinx そして、次のコマンドでDjango のドキ ...
https://man.plustar.jp/django/intro/whatsnext.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mentation locally, install Sphinx:   $ python -m pip install Sphinx ...\> py -m pip install Sphinx Then ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be on your system path if you installed Django via pip . If it's not in your path, ensure you have your v ... ckage to display tracebacks correctly: $ python -m pip install tblib This feature isn't available on Wind ... in Syntax coloring . For example, you may want to pipe colored output to another command. --skip-checks ... red output. It won't use the color codes if you're piping the command's output to another program unless ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 NEXT