====== Django - Web アプリケーション フレームワーク ====== {{:python:django_1966_-_domingo_03_03.jpg?360|DJANGO (1966) – Domingo (03/03) - 13h:30}}\\ "DJANGO (1966) – Domingo (03/03) - 13h:30" by CulturaGovBr is licensed under CC BY 2.0 [[wp>Django_(1966_film)|]]\\ 本家: [[https://www.djangoproject.com/|The Web framework for perfectionists with deadlines | Django]]\\ ソースコード: [[https://github.com/django/django|django/django: The Web framework for perfectionists with deadlines.]]\\ ===== 環境構築 ===== [[python:django:django_install|Django のインストール]]\\ [[python:django:django_psycopg2|psycopg2 のインストール]] (PostgreSQL データベースエンジン利用時)\\ [[python:django:django_bpmobile|django-bpmobile のインストール]](必要時)\\ [[python:django:django_compressor|django-compressor のインストール]](必要時)\\ ===== 日本語ドキュメント ===== [[https://docs.djangoproject.com/ja/3.1/|Django ドキュメント | Django 3.1 ドキュメント | Django]]\\ [[https://docs.djangoproject.com/ja/3.0/|Django ドキュメント | Django 3.0 ドキュメント]]\\ [[http://e-class.center.yuge.ac.jp/jdk_docs/django1.4/|Django ドキュメント — Django 1.4 documentation]]\\ [[http://docs.djangoproject.jp/|Django ドキュメント — Django 1.4 documentation]]\\ [[http://docs.nullpobug.com/django-doc-ja/trunk/|Django ドキュメント — Django v1.1 documentation]]\\ [[http://djangoproject.jp/doc/ja/1.0/|Django ドキュメント — Django v1.0 documentation]]\\ ===== 開発手順 ===== [[python:django:startproject | プロジェクトの作成 (django-admin.py startproject)]]\\ [[python:django:manage_source_code | ソースコードの管理 (Mercurial hg init)]]\\ [[python:django:runserver | 開発用サーバの起動 (manage.py runserver)]]\\ [[python:django:settings_py | プロジェクトの設定 (django_project/settings.py)]]\\ [[python:django:create_database | データベースの作成 (PostgreSQL createdb)]]\\ [[python:django:create_table_superuser | テーブルの作成 (manage.py migrate, createsuperuser)]]\\ [[python:django:startapp | アプリケーションの作成 (manage.py startapp)]]\\ [[python:django:model_definition | アプリのモデル定義 (django_app/models.py)]]\\ [[python:django:custom_management_commands | Django のカスタム django-admin コマンド (manage.py custom_commands)]]\\ ===== その他メモ ===== [[python:django:django_memo|Django フレームワーク メモ]]\\ [[python:django:django_reference_memo|Django リファレンス メモ]]\\ [[python:django:cache_page_with_bpmobile|PCとモバイルで切り替わるキャッシュページデコレータ]]\\ [[python:django:django_admin_hack | Django Admin サイトを Hack する方法]]\\ \\ [[python:django:django_deployment|Django デプロイ メモ]]\\ \\ [[python:django:django_nonrel|Django-nonrel による Google AppEngine 開発]]\\ ===== リリースノート ===== **3.0 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/3.0.5/|3.0.5]] [[https://docs.djangoproject.com/ja/3.0/releases/3.0.4/|3.0.4]] [[https://docs.djangoproject.com/ja/3.0/releases/3.0.3/|3.0.3]] [[https://docs.djangoproject.com/ja/3.0/releases/3.0.2/|3.0.2]] [[https://docs.djangoproject.com/ja/3.0/releases/3.0.1/|3.0.1]] [[https://docs.djangoproject.com/ja/3.0/releases/3.0/|3.0]] **2.2 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/2.2.12/|2.2.12]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.11/|2.2.11]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.10/|2.2.10]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.9/|2.2.9]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.8/|2.2.8]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.7/|2.2.7]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.6/|2.2.6]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.5/|2.2.5]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.4/|2.2.4]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.3/|2.2.3]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.2/|2.2.2]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2.1/|2.2.1]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2/|2.2]] **2.1 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/2.1.15/|2.1.15]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.14/|2.1.14]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.13/|2.1.13]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.12/|2.1.12]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.11/|2.1.11]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.10/|2.1.10]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.9/|2.1.9]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.8/|2.1.8]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.7/|2.1.7]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.6/|2.1.6]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.5/|2.1.5]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.4/|2.1.4]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.3/|2.1.3]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.2/|2.1.2]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1.1/|2.1.1]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1/|2.1]] **2.0 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/2.0.13/|2.0.13]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.12/|2.0.12]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.11/|2.0.11]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.10/|2.0.10]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.9/|2.0.9]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.8/|2.0.8]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.7/|2.0.7]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.6/|2.0.6]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.5/|2.0.5]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.4/|2.0.4]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.3/|2.0.3]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.2/|2.0.2]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0.1/|2.0.1]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0/|2.0]] **1.11 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.11.29/|1.11.29]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.28/|1.11.28]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.27/|1.11.27]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.26/|1.11.26]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.25/|1.11.25]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.24/|1.11.24]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.23/|1.11.23]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.22/|1.11.22]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.21/|1.11.21]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.20/|1.11.20]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.19/|1.11.19]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.18/|1.11.18]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.17/|1.11.17]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.16/|1.11.16]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.15/|1.11.15]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.14/|1.11.14]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.13/|1.11.13]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.12/|1.11.12]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.11/|1.11.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.10/|1.11.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.9/|1.11.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.8/|1.11.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.7/|1.11.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.6/|1.11.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.5/|1.11.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.4/|1.11.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.3/|1.11.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.2/|1.11.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11.1/|1.11.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11/|1.11]] **1.10 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.10.8/|1.10.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.7/|1.10.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.6/|1.10.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.5/|1.10.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.4/|1.10.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.3/|1.10.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.2/|1.10.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10.1/|1.10.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10/|1.10]] **1.9 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.9.13/|1.9.13]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.12/|1.9.12]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.11/|1.9.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.10/|1.9.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.9/|1.9.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.8/|1.9.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.7/|1.9.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.6/|1.9.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.5/|1.9.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.4/|1.9.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.3/|1.9.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.2/|1.9.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9.1/|1.9.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9/|1.9]] **1.8 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.8.19/|1.8.19]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.18/|1.8.18]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.17/|1.8.17]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.16/|1.8.16]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.15/|1.8.15]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.14/|1.8.14]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.13/|1.8.13]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.12/|1.8.12]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.11/|1.8.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.10/|1.8.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.9/|1.8.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.8/|1.8.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.7/|1.8.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.6/|1.8.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.5/|1.8.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.4/|1.8.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.3/|1.8.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.2/|1.8.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8.1/|1.8.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8/|1.8]] **1.7 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.7.11/|1.7.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.10/|1.7.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.9/|1.7.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.8/|1.7.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.7/|1.7.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.6/|1.7.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.5/|1.7.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.4/|1.7.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.3/|1.7.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.2/|1.7.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7.1/|1.7.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7/|1.7]] **1.6 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.6.11/|1.6.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.10/|1.6.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.9/|1.6.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.8/|1.6.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.7/|1.6.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.6/|1.6.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.5/|1.6.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.4/|1.6.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.3/|1.6.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.2/|1.6.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6.1/|1.6.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6/|1.6]] **1.5 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.5.12/|1.5.12]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.11/|1.5.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.10/|1.5.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.9/|1.5.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.8/|1.5.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.7/|1.5.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.6/|1.5.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.5/|1.5.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.4/|1.5.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.3/|1.5.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.2/|1.5.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5.1/|1.5.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5/|1.5]] **1.4 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.4.22/|1.4.22]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.21/|1.4.21]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.20/|1.4.20]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.19/|1.4.19]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.18/|1.4.18]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.17/|1.4.17]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.16/|1.4.16]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.15/|1.4.15]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.14/|1.4.14]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.13/|1.4.13]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.12/|1.4.12]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.11/|1.4.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.10/|1.4.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.9/|1.4.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.8/|1.4.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.7/|1.4.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.6/|1.4.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.5/|1.4.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.4/|1.4.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.3/|1.4.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.2/|1.4.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4.1/|1.4.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4/|1.4]] **1.3 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.3.7/|1.3.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3.6/|1.3.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3.5/|1.3.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3.4/|1.3.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3.3/|1.3.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3.2/|1.3.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3.1/|1.3.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3/|1.3]] **1.2 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.2.7/|1.2.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2.6/|1.2.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2.5/|1.2.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2.4/|1.2.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2.3/|1.2.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2.2/|1.2.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2.1/|1.2.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2/|1.2]] **1.1 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.1.4/|1.1.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.1.3/|1.1.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.1.2/|1.1.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.1/|1.1]] **1.0 release**\\ [[https://docs.djangoproject.com/ja/3.0/releases/1.0.2/|1.0.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.0.1/|1.0.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.0/|1.0]] **Pre-1.0 releases**\\ [[https://docs.djangoproject.com/ja/3.0/releases/0.96/|0.96]] [[https://docs.djangoproject.com/ja/3.0/releases/0.95/|0.95]]