2
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Django入門する際に参考になったサイト

Last updated at Posted at 2022-04-16

はじめに

Django初心者が入門する際に有益だろうなと思うサイトがあったのでこちらの記事に置いておきます。私もDjangoを触りはじめたばかりなので有益な情報があればコメント等で共有して頂ければ嬉しいです。個人的にはこれらのサイトを読んでから市販の書籍を読むと理解が深まると思ってます。

DjangoBrothers

チュートリアルを通してDjangoの設計思想であるMTV(Model,Templates,View)を理解することができます。

キカガク吉崎亮介さんによるDjango紹介

DjangoBrothersのチュートリアルを学んだあとに読むと、軽めの内容なので頭を整理しながら読めるかと思います。

RIGHT CODE社によるDjango紹介

DjangoのCRUDを一通り学習できます。わかりやすい説明が特徴です。ちなみにCRUDとは、データの新規登録(Create)、読み出し(Read)、変更(Update)、削除(Delete)を指します。

GeekLab.NAGANOのDjango入門

こちらも、DjangoのCRUDを一通り学習できます。それとデータベースが親子の場合についても説明されているので参考になります。

とほほのDjango入門

シンプルな説明でわかりやすいです。

2
9
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
2
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?