検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 243 for python (0.088 sec.)
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 7508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の $ は入力待ちを示す記号です)で実行します。   $ python -m django --version ...\> py -m django --version D ... tutorial is written for Django 4.0, which supports Python 3.8 and later. If the Django version doesn't match ... ewest version. If you're using an older version of Python, check どのバージョンの Python で Django が使えます ... い。 注釈 プロジェクトの名前を付けるとき、組み込みの Python モジュールや Django のコンポーネントの名前を使わな ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
さぁ始めましょう — Django 4.0.6 ドキュメント 7022
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 次のステップへ Django への初めてのパッチを書く 参考 Python の初心者なら、まず Python がどんなものかを知ること ... から始めましょう。 Django は 100% Python です。 ほんの最小限 Python を理解するだけで Django ... ログラミング全般の初心者なら、 非プログラマのための Python リソース一覧 から始めてみるとよいでしょう。 すでに ... 幾つかの他の言語を知っていて、Python についての情報を素早く取得したい場合は、 Dive Into ...
https://man.plustar.jp/django/intro/index.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nking about improving performance. In this respect Python is an excellent language to work with, because sol ... tems in a collection, perhaps - in a QuerySet , in Python, or in a template. However, it will almost always ... , the database can typically do things faster than Python can, which can do them faster than the template la ... ases are good at my_bicycles . count () # counting Python objects # slower, because it requires a database q ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango をセットアップして、起動することができます。 Python をインストールする ¶ Django is a Python web framew ... ork. See どのバージョンの Python で Django が使えますか? for details. 最新版のPytho ... nを https://www.python.org/downloads/ もしくはOSのパッケージ管理ツールで取 ... 得してください。 Python on Windows もし Windows を使っていてこれから Djang ...
https://man.plustar.jp/django/topics/install.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に適合するように何らかの方法でシリアル化できる複雑なPythonオブジェクトがある場合があります。 これは Field サブ ... 貫した例を使用します: Bridge_の手でカードの取引を表すPythonオブジェクトをラップします。 心配しないでください。こ ... itted) ... これはDjangoの仕様を使っていない、普通のPythonクラスです。モデルでこれと同じようなことを実行できる ... ) example . hand = new_hand example . save () 他のPythonクラスと同様に、モデルの hand 属性に割り当てたり、そ ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rds-incompatible. The big changes are: Support for Python 2.3 has been dropped. See the full notes below. Th ... ible changes and the list of deprecated features . Python バージョン間の互換性 ¶ While not a new feature, it ... that Django 1.2 introduces the first shift in our Python compatibility policy since Django's initial public ... s Django releases were tested and supported on 2.x Python versions from 2.3 up; Django 1.2, however, drops o ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... chool . SENIOR , } These work similar to enum from Python's standard library, but with some modifications: E ... す。 データベースのカラム名が SQL の予約語だったり、Python の変数名として使用できない文字 (特に多いのがハイフ ... ow = False , auto_now_add = False , ** options ) ¶ Python で datetime.date インスタンスによって表される日付で ... ow = False , auto_now_add = False , ** options ) ¶ Python で datetime.datetime インスタンスによって表される日 ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 6496
" + 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 2.2.17 release ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 6496
" + 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.0.11 release ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 1.4.10 release notes — Django 4.0.6 ドキュメント 6466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase notes ¶ November 6, 2013 Django 1.4.10 fixes a Python-compatibility bug in the 1.4 series. Python バージ ... Django 1.4.9 inadvertently introduced issues with Python 2.5 compatibility. Django 1.4.10 restores Python 2 ... in Django's Trac. 目次 Django 1.4.10 release notes Python バージョン間の互換性 前のトピックへ Django 1.4.11 ...
https://man.plustar.jp/django/releases/1.4.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT