検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 243 for python (0.085 sec.)
How to create CSV output — Django 4.0.6 ドキュメント 5332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ues) を出力する方法を説明しています。そのためには、Python のCSV ライブラリか Django のテンプレートシステムを ... 使います。 Python の CSV ライブラリを使う ¶ Python の標準ライブラリに ... ンサが接続をドロップすることを防げます。 この例では、Python のジェネレータを最大限使用して、サイズの大きな CSV ... ートシステム を使って CSV を生成することもできます。Python の csv モジュールの利便性には劣りますが、完全性のた ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django to a newer version ガイドに従ってください。 Python バージョン間の互換性 ¶ Django 2.1 の動作には Pytho ... n 3.5、3.6 または 3.7 のいずれかが必要です。Python 3.4 をサポートするのは、Django 2.0 が最後のバージョ ... ンです。各バージョン系列の最終リリースの Python を使用することを 強く推奨 します。公式には最終リリ ... レート ¶ The new json_script filter safely outputs a Python object as JSON, wrapped in a <script> tag, ready f ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You can view the output by running this command: $ python manage.py inspectdb Save this as a file by using s ... tandard Unix output redirection: $ python manage.py inspectdb > models.py This feature is me ... models, name the file models.py and put it in the Python package that holds your app. Then add the app to y ... rds such as admin permissions and content types: $ python manage.py migrate テストと修正 ¶ Those are the bas ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ェット: CheckboxInput 空の値: False Normalizes to: A Python True or False value. Validates that the value is T ... ¶ デフォルトのウィジェット: DateInput 空の値: None Python の datetime.date オブジェクトに正規化されます。 与 ... デフォルトのウィジェット: DateTimeInput 空の値: None Python の datetime.datetime オブジェクトに正規化されます。 ... umberInput 、 True のとき TextInput . 空の値: None Python の decimal に正規化されます。 Validates that the g ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 5261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rary is called (e.g., libgeos_c.so ) directly from Python using ctypes. First, download GEOS from the GEOS w ... install $ cd .. 注釈 Because GeoDjango has its own Python interface, the preceding instructions do not build ... GDAL's own Python bindings. The bindings may be built by adding the ... --with-python flag when running configure . See GDAL/OGR In Pyth ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 5261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.11.3. Bugfixes ¶ Fixed a regression in 1.11.3 on Python 2 where non-ASCII format values for date/time widg ... ). Fixed a regression in pickling of LazyObject on Python 2 when the wrapped object doesn't have __reduce__( ... 389 ). Fixed crash in runserver 's autoreload with Python 2 on Windows with non- str environment variables ( ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ストされた方法です。 mod_wsgi は、Djangoを含む任意のPythonの W​​SGI_ アプリケーションをホストできるApacheのモジ ... riptAlias / /path/to/mysite.com/mysite/wsgi.py WSGIPythonHome /path/to/venv WSGIPythonPath /path/to/mysite.c ... pache に指示します。 If you install your project's Python dependencies inside a virtual environment , add th ... e path using WSGIPythonHome . See the mod_wsgi virtual environment guide f ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t install pre-commit and then the git hooks:   $ python -m pip install pre-commit $ pre-commit install ... ... nd re-stage for commit if you are happy with them. Python style ¶ All files should be formatted using the bl ... rt to avoid indentation and whitespace issues. The Python files use 4 spaces for indentation and the HTML fi ... is (#123456). """ ... Changed in Django 4.0.3: All Python code in Django was reformatted with black . Import ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lently. The ability to reverse URLs using a dotted Python path will be removed. The ability to use a dotted ... l be removed. Use collections.OrderedDict from the Python standard library instead. ModelAdmin.declared_fiel ... . django.conf.urls.shortcut will also be removed. Python Imaging Library (PIL) モジュールのサポートは将来削 ... されます。なぜなら、活発にメンテナンスされておらず、 Python 3 でも動かないためです。 The following private API ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。Django は、たとえばイントロスペクションなどの Python の動的な性質を最大限に生かすようになっています。 素 ... n implicit) ¶ これは、 PEP 20 にリストアップされた Python の核となる原則の1つです。つまり、Django は「魔法」 ... 持たなければなりません。一貫性は、低レベル (採用する Python のコーディングスタイル) から高レベル (Django の使い ... Django app should not be coupled to the underlying Python code. Tying URLs to Python function names is a Bad ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT