検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 243 for python (0.028 sec.)
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 9552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ples of operations that can be performed using the Python API facilities. Create a few Publications : >>> p1 ... = Publication ( title = 'The Python Journal' ) >>> p1 . save () >>> p2 = Publication ( ... cations : >>> a2 = Article ( headline = 'NASA uses Python' ) >>> a2 . save () >>> a2 . publications . add ( ... publications . all () <QuerySet [<Publication: The Python Journal>]> >>> a2 . publications . all () <QuerySe ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 9309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ This document will guide you through installing Python 3.8 and Django on Windows. It also provides instru ... tual environment, which makes it easier to work on Python projects. This is meant as a beginner's guide for ... be familiar with using the Windows command prompt. Python をインストールする ¶ Django is a Python web framew ... ork, thus requiring Python to be installed on your machine. At the time of wr ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django 1.4 documentation 9188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の概要 | WSGI サーバ | FastCGI/SCGI/AJP | Apache/mod_python (非推奨) | Apache の認証に Django を使うには | 静的 ... はオブジェクト- リレーショナルマッパが付属していて、 Python コードでデータベースのレイアウ ト記述できるようにな ... される API で楽しむ ¶ これだけで、制約のない充実した Python API を使っ て自分のデータにアクセスできます。API は ... ] .. # Fields are represented as attributes on the Python object. # 各フィールドは Python オブジェクトの属性 ...
https://man.plustar.jp/django/contents.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 8985
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ur site. Django 1.5 is also the first release with Python 3 support ! We're labeling this support "experimen ... g's in place for you to start porting your apps to Python 3. Our next release, Django 1.6, will support Pyth ... } you can simply remove that line under Django 1.5 Python バージョン間の互換性 ¶ Django 1.5 requires Python ... 2.6.5 or above, though we highly recommend Python 2.7.3 or above. Support for Python 2.5 and below h ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 8834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュー ¶ In general, GeoDjango installation requires: Python and Django Spatial database Installing Geospatial ... y, especially if you're a beginner. Requirements ¶ Python and Django ¶ Because GeoDjango is included with Dj ... es the find_library function (from the ctypes.util Python module) to discover libraries. The find_library ro ... inutils is not installed on your Linux system then Python's ctypes may not be able to find your library even ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
FAQ: インストール — Django 4.0.6 ドキュメント 8753
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... う。 Django を動かすには何が必要ですか? ¶ DjangoにはPythonが必要です。 Djangoの各バージョンで動作するPythonのバ ... の質問の表を参照してください。 いくつかの用途では他のPythonライブラリが必要かもしれませんが、必要に応じてエラー ... ex>`を参照してください。 デフォルトでは、Django は Python のインストールに含まれている SQLite を実行します。 ... るデータベース を参照してください。 どのバージョンの Python で Django が使えますか? ¶ Django バージョン Python ...
https://man.plustar.jp/django/faq/install.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 8631
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f. We'll be turning our web-poll into a standalone Python package you can reuse in new projects and share wi ... てメンテナンスには多大な労力が必要です。そして多くの Python プロジェクト、 Django プロジェクトは共通の問題を抱 ... し作業を減らせたら良いと思いませんか? 再利用可能性はPythonの生き様とも言えるものです。 Python Package Index (P ... yPI) にはあなたの Pythonプログラムに使用できる非常に幅広いパッケージが揃って ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 8429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dication feed, all you have to do is write a short Python class. You can create as many feeds as you want. D ... in your URLconf . Feed classes ¶ A Feed class is a Python class that represents a syndication feed. A feed c ... em_link() should return the item's URL as a normal Python string. As with get_absolute_url() , the result of ... _object() and returns the feed's title as a normal Python string. """ def title ( self ): """ Returns the fe ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
クイックインストールガイド — Django 4.0.6 ドキュメント 8145
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 導入部分での最低限のインストールについて説明します。 Python をインストールする ¶ Being a Python web framework, ... Django requires Python. See どのバージョンの Python で Django が使えますか ... ? for details. Python includes a lightweight database called SQLite so y ... won't need to set up a database just yet. 最新版のPythonを https://www.python.org/downloads/ もしくはOSのパッ ...
https://man.plustar.jp/django/intro/install.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7548
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing class-based views . Built-in support for using Python's logging facilities . Contrib support for easy ha ... begins the deprecation process for some features . Python バージョン間の互換性 ¶ The release of Django 1.2 w ... as notable for having the first shift in Django's Python compatibility policy; prior to Django 1.2, Django ... supported any 2.x version of Python from 2.3 up. As of Django 1.2, the minimum require ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT