LoginSignup
96
123

More than 5 years have passed since last update.

Python Django チュートリアル チートシート

Last updated at Posted at 2017-08-03

勉強会用の資料です.
印刷して手元に置いて見るためのペラ紙です.
良い置き場所がなかったのでgithubのリポジトリに入れてます.
落書き状態なので時間とやる気があれば清書します.

全体像

Kobito.hvZhxF.png

djangoのファイル構成と各ファイルの役割を示した図です.
黄色で印付けてるファイルは startproject startapp コマンドで自動で作成されるファイルです.

コマンド

Kobito.8JuCl0.png

manage.pyで使用する主要なコマンドです.
おまけでshellで使用するディレクトリ移動と表示のコマンドもつけてます.

urls.py

Kobito.DyjsWv.png

urlとviewの紐付け用設定ファイル.
正規表現の知識が必要.

views.py

Kobito.y6NZdl.png

models.py

Kobito.wXmZWE.png

DBの設定用ファイル.アプリで一番重要.

forms.py

Kobito.zumuhN.png

template/

Kobito.HkvVeQ.png


他のチュートリアル

96
123
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
96
123