Python Django tutorial summary

This is a summary of the tutorial materials created for the study session.

Originator

The Django 1.9 documentation has been translated into Japanese, so you should read it first.

--Document TOP https://docs.djangoproject.com/ja/1.9/

What I wrote (tutorial related)

Cheat sheet

http://qiita.com/maisuto/items/bcdb0fd6c63cf0c544d6

A pdf file to print and keep at hand when programming

Error summary

https://qiita.com/maisuto/items/58225754fcac5911e7e2

Tutorial tutorial

http://qiita.com/maisuto/items/d7e8cf0b5649f545ddb6

It describes how to use the tutorial and how to proceed. Since the source is managed by git, if you read this article, you should be able to carry out the tutorial from the middle. ...maybe

Python Django Tutorial (1)

http://qiita.com/maisuto/items/d01e2cca63c8e5b2c18c

I'm writing how to create a django project from an empty state. In django, first create a project and add apps to it. We have prepared a voting app for the original tutorial and explained how to create a table in the database.

Python Django Tutorial (2)

http://qiita.com/maisuto/items/357d13027e4fe5e10618

Explains the management site provided by django standard. A little description about customization of the management site.

Python Django Tutorial (3)

http://qiita.com/maisuto/items/eece9d880d94fd241a0d

This is an explanation of view, template, and url. This is the VC part of the MVC model. (However, V equivalent is template in django, C equivalent is view in django)

Python Django Tutorial (4)

http://qiita.com/maisuto/items/fef306bafc57f218794d

We are preparing a submission form (html) and introducing a class-based view.

Python Django Tutorial (5)

http://qiita.com/maisuto/items/33dfeb58f5953d1c5fdf

Rewrite the form done in Tutorial 4 to use the Form class, I'm replacing the view function with a class-based view.

Python Django Tutorial (6)

http://qiita.com/maisuto/items/86add9263a641899b1e3

I use a design template called Bootstrap to keep the design clean.

Python Django Tutorial (7)

http://qiita.com/maisuto/items/cce169a2455b116e2f82

This is an explanation of test. This is the [5] part of the original tutorial (https://docs.djangoproject.com/ja/1.9/intro/tutorial05/).

Python Django Tutorial (8)

http://qiita.com/maisuto/items/7aec76e6f6fb906bfffa

Supplementary explanation about Model, introduction of extension library, operation with shell, etc. are written.

How to deploy django app to Ubuntu server

http://qiita.com/maisuto/items/e4e69e34fb00dac8170a

This is how to deploy the created application.


What I wrote (Tutorial SPA)

While I've left it for a while, the version of Django has become 2, and SPA is becoming the mainstream for creating web applications. Rewritten from scratch using Django2 and vuejs.

Python Django Tutorial SPA (1)

https://qiita.com/maisuto/items/4671ded9ec1ff329ca98

Preparation on the Django side. I copy the source code of Model from the original tutorial and make it API with Django REST Framework. I thought after writing it, but I should have started writing it after I needed the data (API) ...

Python Django Tutorial SPA (2)

https://qiita.com/maisuto/items/2bf1b072f189a65d6f6e

From development preparation with Vue to simple operation check. I've skipped how to install node and npm.

Python Django Tutorial SPA (3)

https://qiita.com/maisuto/items/54ca10fce5f1d9b5ae7c

A brief explanation of Vue, API adjustment on Django side, display of question list, etc.

Python Django Tutorial SPA (4)

https://qiita.com/maisuto/items/9c44a914dae57bf187f9

Voting API added, front side API plugged in.

Python Django Tutorial SPA (5)

https://qiita.com/maisuto/items/41d30abe51f802e8dbf0

Added API for issuing tokens and login screen.

Python Django Tutorial SPA (6)

https://qiita.com/maisuto/items/b867d0f1dce3ba9f2169

Sharing login information using vuex, restoring login status.

Recommended Posts

Python Django tutorial summary
Python Django Tutorial (5)
Python Django Tutorial (2)
Python tutorial summary
Python Django Tutorial (8)
Python Django Tutorial (6)
Python Django Tutorial (7)
Python Django Tutorial (1)
Python Django tutorial tutorial
Python Django Tutorial (3)
Python Django Tutorial (4)
Python Summary
Django Summary
Python tutorial
Python summary
Django Summary
Python Django Tutorial Cheat Sheet
Django Girls Tutorial Summary First Half
django tutorial memo
Start Django Tutorial 1
Django filter summary
python related summary
Python basics summary
Django tutorial summary for beginners by beginners ③ (View)
Django tutorial summary for beginners by beginners ⑤ (test)
Django 1.11 started with Python3.6
Machine learning tutorial summary
Django tutorial summary for beginners by beginners ⑦ (Customize Admin)
[Docker] Tutorial (Python + php)
Django tutorial summary for beginners by beginners ⑥ (static file)
Django python web framework
Django Polymorphic Associations Tutorial
django oscar simple tutorial
Django Tutorial Summary for Beginners by Beginners (Model, Admin)
Django Python shift table
Summary about Python3 + OpenCV3
Python function argument summary
Django tutorial summary for beginners by beginners ① (project creation ~)
Try Debian + Python 3.4 + django1.7 ...
[Personal notes] Python, Django
Python directory operation summary
Python AI framework summary
Python iteration related summary
Django tutorial summary for beginners by beginners ④ (Generic View)
Python OpenCV tutorial memo
[Django3] Environment construction and various settings summary [Python3]
Summary of Python arguments
[Python tutorial] Data structure
Django Girls Tutorial Note
Cloud Run tutorial (python)
Python Django CSS reflected
Python3 programming functions personal summary
Get started with Django! ~ Tutorial ⑤ ~
Introduction to Python Django (2) Win
Summary of python file operations
Summary of Python3 list operations
[Python tutorial] Control structure tool
What's new in Python 3.10 (Summary)
Do Django with CodeStar (Python3.8, Django2.1.15)
Python3 + Django ~ Mac ~ with Apache
Create ToDo List [Python Django]