Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b0157c6

Browse files
Add Django introduction mindmap doc (GH-221)
1 parent 049ea2f commit b0157c6

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

‎mindmaps/django-intro.mmd

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
Introduction to Django web framework
3+
---
4+
5+
mindmap
6+
root(Django Introduction)
7+
about)About(
8+
Frameworks
9+
Libraries
10+
hiw))How<br>internet<br>works((
11+
diagram[Request-Response cycle<br>diagram]
12+
response)What is<br>RESPONSE?(
13+
request)What is<br>REQUEST?(
14+
methods{{Request methods}}
15+
mvc(Model,&nbsp;View,&nbsp;Controller<br>design pattern)
16+
mvc_m[Model]
17+
::{{Data manipulation}}
18+
mvc_v[View]
19+
::{{Data representation}}
20+
mvc_c[Controller]
21+
::{{Model-to-view mapper}}
22+
mvt(Model,&nbsp;View,&nbsp;Template<br>design pattern)
23+
dj_m[Model]
24+
::{{Data manipulation}}
25+
dj_v[View]
26+
::{{Request-response handlers}}
27+
dj_t[Template]
28+
::{{Data representation}}
29+
how_to)How to(
30+
Install Django
31+
Create project
32+
Run project for the first time
33+
structure[Django project structure]
34+
::{{Entry points}}
35+
::{{Settings}}
36+
::{{URL Configurations}}
37+
apps[Django applications]
38+
Create app
39+
::{{AppConfig}}
40+
Install app

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /