Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b6b1030

Browse files
committed
Update Django models mindmap (GH-90, GH-225)
1 parent 38154bf commit b6b1030

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

mindmaps/django-models.mmd

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mindmap
1010
::{{connect to DB}}
1111
dbs[sqlite<br>postgres<br>mysql]
1212
::icon(fas fa-database)
13-
::{{Define a model}}
13+
::[Define a model]
1414
models.Field
1515
null
1616
blank
@@ -49,3 +49,14 @@ mindmap
4949
migrate[Migrate]
5050
::{{Schema migrations}}
5151
::{{Data migrations}}
52+
admin(Site admin)
53+
register model to admin site
54+
admin site configuration
55+
::icon(fas fa-user-tie)
56+
usage
57+
add
58+
::icon(fas fa-plus)
59+
remove
60+
::icon(fas fa-trash)
61+
modify
62+
::icon(fas fa-edit)

0 commit comments

Comments
 (0)