|  両方とも前のリビジョン 前のリビジョン 次のリビジョン |  前のリビジョン | 
| python:django [2020/04/06 10:06]  –  ともやん | python:django [2021/06/05 05:52] (現在)  – [Django - Web アプリケーション フレームワーク]  ともやん | 
|---|
| </html> | </html> | 
| ====== Django - Web アプリケーション フレームワーク ====== | ====== Django - Web アプリケーション フレームワーク ====== | 
| <WRAP prewrap #logo>  | {{:python:django_1966_-_domingo_03_03.jpg?360|DJANGO (1966) – Domingo (03/03) - 13h:30}}\\  | 
| {{python:django-logo.svg?200|django logo}}\\  | <html>  | 
| </WRAP>  | <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.]]\\ | 
| ===== 環境構築 ===== | ===== 環境構築 ===== | 
| [[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]]\\ | 
| [[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)]]\\ | 
 |  | 
| ===== その他メモ ===== | ===== その他メモ ===== |