検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 243 for python (0.088 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の設定を表現するモジュールレベルの変数を持つ通常の Python モジュールです。 デフォルトの設定では SQLite を使用 ... みたいだけなら、これが一番簡単な選択です。 SQLite は Python に標準で組み込まれているため、データベースをサポー ... があります。以下のコマンドを実行してください:   $ python manage.py migrate ...\> py manage.py migrate The m ... づけられています。 Django では、こうした概念を簡単な Python クラスで表現できます。 polls/models.py ファイルを以 ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in を使用しますが、実行例は全て manage.py もしくは python -m django でも同様に利用可能です。 使い方 ¶   $ ... d> [ options ] $ manage.py <command> [ options ] $ python -m django <command> [ options ] ...\> django-admin ... ield type, it'll use TextField and will insert the Python comment 'This field type is a guess.' next to the ... ific field types. If the database column name is a Python reserved word (such as 'pass' , 'class' or 'for' ) ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ersions of Django should read that list carefully. Python バージョン間の互換性 ¶ Django 1.4 has dropped supp ... ort for Python 2.4. Python 2.5 is now the minimum required Python ... version. Django is tested and supported on Python 2.5, 2.6 and 2.7. This change should affect only a ... s most operating-system vendors today are shipping Python 2.5 or newer as their default version. If you're s ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 概要 ¶ Django プロジェクトを翻訳可能にするためには、Python コードやテンプレートに、多少のフックを加筆しなけれ ... discovers language preference を参照してください。 Python コードでの国際化 ¶ 標準的な翻訳 ¶ Specify a transl ... this as a shorter alias, _ , to save typing. 注釈 Python の標準ライブラリ gettext モジュールは、グローバルの ... _ ) is used to represent "the previous result" in Python's interactive shell and doctest tests. Installing ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me/django.git django-repo $ cd django-repo/tests $ python -m pip install -e .. $ python -m pip install -r re ... nd from any place in the Django source tree:   $ python -m pip install tox $ tox ...\> py -m pip install t ... noted elsewhere in this documentation, the command python3 must be on your path and linked to the appropriat ... e version of Python. A list of default environments can be seen as fol ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django to a newer version ガイドに従ってください。 Python バージョン間の互換性 ¶ Django 3.0 supports Python ... es. The Django 2.2.x series is the last to support Python 3.5. 古いバージョンの Django をサポートするサードパ ... o のサポートを終了することを推奨します。このとき、 python -Wd を使ったパッケージテストを実行して、廃止予定 ( ... cle 12.1 と 18c をサポートします。 Removed private Python 2 compatibility APIs ¶ While Python 2 support was ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 1.3.3 release notes — Django 4.0.6 ドキュメント 6061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reports that one of the fixes applied was breaking Python 2.4 compatibility for Django 1.3. Since Python 2.4 ... is a supported Python version for that release series, this release fixe ... s compatibility with Python 2.4. 前のトピックへ Django 1.3.4 release notes 次の ...
https://man.plustar.jp/django/releases/1.3.3.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6020
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pulating spatial data. Loosely-coupled, high-level Python interfaces for GIS geometry and raster operations ... within the geodjango project:   $ cd geodjango $ python manage.py startapp world ...\> cd geodjango ...\> ... atabase. First, create a database migration:   $ python manage.py makemigrations Migrations for 'world': w ... enerate the table for the WorldBorder model:   $ python manage.py sqlmigrate world 0001 ...\> py manage.py ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プリ を十分に理解していることを想定しています。また、Python 自体もよく理解している必要があります。もしそうでな ... い場合、 Dive Into Python というガイドがあります。これは Python プログラマー ... さい。あなたの疑問への答えが見つかるはずです。 3系の Python が必要です! Django の現在のバージョンは、Python 2. ... 7 をサポートしません。Python のダウンロードページ <https://www.python.org/downl ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t permissions on intermediate-level directories on Python 3.7+ ¶ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMI ... iate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the intermediate-level dire ... t permissions on intermediate-level directories on Python 3.7+ CVE-2020-24584: Permission escalation in inte ... iate-level directories of the file system cache on Python 3.7+ Bugfixes 前のトピックへ Django 3.1.2 release ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT