python:django

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:django [2020/03/30 06:27] – [リリースノート] ともやんpython:django [2021/06/05 05:52] (現在) – [Django - Web アプリケーション フレームワーク] ともやん
行 1: 行 1:
 +<html>
 +  <style>
 +    #logo {
 +      background-color: #0C4B33;
 +      padding: 15px;
 +    }
 +    #logo p {
 +      margin: 0;
 +    }
 +    .dokuwiki .plugin_wrap {
 +      width: fit-content;
 +    }
 +    #scroll {
 +      height: 300px;
 +      overflow: scroll;
 +      overflow-x: hidden;
 +    }
 +  </style>
 +</html>
 ====== Django - Web アプリケーション フレームワーク ====== ====== Django - Web アプリケーション フレームワーク ======
 +{{:python:django_1966_-_domingo_03_03.jpg?360|DJANGO (1966) – Domingo (03/03) - 13h:30}}\\
 +<html>
 +<span style="font-size: 0.9rem;font-style: italic;"><a href="https://www.flickr.com/photos/47979536@N05/8519392233">"DJANGO (1966) – Domingo (03/03) - 13h:30"</a><span> by <a href="https://www.flickr.com/photos/47979536@N05">CulturaGovBr</a></span> is licensed under <a href="https://creativecommons.org/licenses/by/2.0/?ref=ccsearch&atype=html" style="margin-right: 5px;">CC BY 2.0</a><a href="https://creativecommons.org/licenses/by/2.0/?ref=ccsearch&atype=html" target="_blank" rel="noopener noreferrer" style="display: inline-block;white-space: none;margin-top: 2px;margin-left: 3px;height: 22px !important;"><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc_icon.svg?image_id=2c05112e-e4f1-4bad-8858-6de6466ed151" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-by_icon.svg" /></a></span>
 +</html>
 +[[wp>Django_(1966_film)|]]\\
 +
 本家: [[https://www.djangoproject.com/|The Web framework for perfectionists with deadlines | Django]]\\ 本家: [[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.]]\\ ソースコード: [[https://github.com/django/django|django/django: The Web framework for perfectionists with deadlines.]]\\
行 5: 行 30:
 ===== 環境構築 ===== ===== 環境構築 =====
 [[python:django:django_install|Django のインストール]]\\ [[python:django:django_install|Django のインストール]]\\
-[[python:django:django_psycopg2|psycopg2 のインストール]]\\+[[python:django:django_psycopg2|psycopg2 のインストール]] (PostgreSQL データベースエンジン利用時)\\
 [[python:django:django_bpmobile|django-bpmobile のインストール]](必要時)\\ [[python:django:django_bpmobile|django-bpmobile のインストール]](必要時)\\
 [[python:django:django_compressor|django-compressor のインストール]](必要時)\\ [[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 ドキュメント]]\\ [[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://e-class.center.yuge.ac.jp/jdk_docs/django1.4/|Django ドキュメント — Django 1.4 documentation]]\\
行 20: 行 46:
 [[python:django:manage_source_code | ソースコードの管理 (Mercurial hg init)]]\\ [[python:django:manage_source_code | ソースコードの管理 (Mercurial hg init)]]\\
 [[python:django:runserver | 開発用サーバの起動 (manage.py runserver)]]\\ [[python:django:runserver | 開発用サーバの起動 (manage.py runserver)]]\\
-[[python:django:settings_py | プロジェクトの設定 (settings.py)]]\\+[[python:django:settings_py | プロジェクトの設定 (django_project/settings.py)]]\\
 [[python:django:create_database | データベースの作成 (PostgreSQL createdb)]]\\ [[python:django:create_database | データベースの作成 (PostgreSQL createdb)]]\\
 [[python:django:create_table_superuser | テーブルの作成 (manage.py migrate, createsuperuser)]]\\ [[python:django:create_table_superuser | テーブルの作成 (manage.py migrate, createsuperuser)]]\\
 [[python:django:startapp | アプリケーションの作成 (manage.py startapp)]]\\ [[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_memo|Django フレームワーク メモ]]\\
 [[python:django:django_reference_memo|Django リファレンス メモ]]\\ [[python:django:django_reference_memo|Django リファレンス メモ]]\\
-[[python:django:django_programming_memo|Django プログラミング メモ]]\\ 
 [[python:django:cache_page_with_bpmobile|PCとモバイルで切り替わるキャッシュページデコレータ]]\\ [[python:django:cache_page_with_bpmobile|PCとモバイルで切り替わるキャッシュページデコレータ]]\\
 [[python:django:django_admin_hack | Django Admin サイトを Hack する方法]]\\ [[python:django:django_admin_hack | Django Admin サイトを Hack する方法]]\\
行 38: 行 65:
 ===== リリースノート ===== ===== リリースノート =====
 <WRAP prewrap 100% #scroll> <WRAP prewrap 100% #scroll>
-3.0 release\\+**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.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.4/|3.0.4]]
行 46: 行 73:
 [[https://docs.djangoproject.com/ja/3.0/releases/3.0/|3.0]] [[https://docs.djangoproject.com/ja/3.0/releases/3.0/|3.0]]
  
-2.2 release\\+**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.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.11/|2.2.11]]
行 61: 行 88:
 [[https://docs.djangoproject.com/ja/3.0/releases/2.2/|2.2]] [[https://docs.djangoproject.com/ja/3.0/releases/2.2/|2.2]]
  
-2.1 release\\+**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.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.14/|2.1.14]]
行 79: 行 106:
 [[https://docs.djangoproject.com/ja/3.0/releases/2.1/|2.1]] [[https://docs.djangoproject.com/ja/3.0/releases/2.1/|2.1]]
  
-2.0 release\\+**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.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.12/|2.0.12]]
行 95: 行 122:
 [[https://docs.djangoproject.com/ja/3.0/releases/2.0/|2.0]] [[https://docs.djangoproject.com/ja/3.0/releases/2.0/|2.0]]
  
-1.11 release\\+**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.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.28/|1.11.28]]
行 127: 行 154:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.11/|1.11]] [[https://docs.djangoproject.com/ja/3.0/releases/1.11/|1.11]]
  
-1.10 release\\+**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.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.7/|1.10.7]]
行 138: 行 165:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.10/|1.10]] [[https://docs.djangoproject.com/ja/3.0/releases/1.10/|1.10]]
  
-1.9 release\\+**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.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.12/|1.9.12]]
行 154: 行 181:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.9/|1.9]] [[https://docs.djangoproject.com/ja/3.0/releases/1.9/|1.9]]
  
-1.8 release\\+**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.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.18/|1.8.18]]
行 176: 行 203:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.8/|1.8]] [[https://docs.djangoproject.com/ja/3.0/releases/1.8/|1.8]]
  
-1.7 release\\+**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.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.10/|1.7.10]]
行 190: 行 217:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.7/|1.7]] [[https://docs.djangoproject.com/ja/3.0/releases/1.7/|1.7]]
  
-1.6 release\\+**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.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.10/|1.6.10]]
行 204: 行 231:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.6/|1.6]] [[https://docs.djangoproject.com/ja/3.0/releases/1.6/|1.6]]
  
-1.5 release\\+**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.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.11/|1.5.11]]
行 219: 行 246:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.5/|1.5]] [[https://docs.djangoproject.com/ja/3.0/releases/1.5/|1.5]]
  
-1.4 release\\+**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.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.21/|1.4.21]]
行 244: 行 271:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.4/|1.4]] [[https://docs.djangoproject.com/ja/3.0/releases/1.4/|1.4]]
  
-1.3 release\\+**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.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.6/|1.3.6]]
行 254: 行 281:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.3/|1.3]] [[https://docs.djangoproject.com/ja/3.0/releases/1.3/|1.3]]
  
-1.2 release\\+**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.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.6/|1.2.6]]
行 264: 行 291:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.2/|1.2]] [[https://docs.djangoproject.com/ja/3.0/releases/1.2/|1.2]]
  
-1.1 release\\+**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.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.3/|1.1.3]]
行 270: 行 297:
 [[https://docs.djangoproject.com/ja/3.0/releases/1.1/|1.1]] [[https://docs.djangoproject.com/ja/3.0/releases/1.1/|1.1]]
  
-1.0 release\\+**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.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/|1.0.1]]
 [[https://docs.djangoproject.com/ja/3.0/releases/1.0/|1.0]] [[https://docs.djangoproject.com/ja/3.0/releases/1.0/|1.0]]
  
-Pre-1.0 releases\\+**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.96/|0.96]]
 [[https://docs.djangoproject.com/ja/3.0/releases/0.95/|0.95]] [[https://docs.djangoproject.com/ja/3.0/releases/0.95/|0.95]]
 </WRAP> </WRAP>
  • python/django.1585517259.txt.gz
  • 最終更新: 2020/03/30 06:27
  • by ともやん