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

Commit

Permalink
Update Django models mindmap (GH-90, GH-225)
Browse files Browse the repository at this point in the history
  • Loading branch information
shorodilov committed Mar 4, 2024
1 parent 38154bf commit b6b1030
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mindmaps/django-models.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mindmap
::{{connect to DB}}
dbs[sqlite<br>postgres<br>mysql]
::icon(fas fa-database)
::{{Define a model}}
::[Define a model]
models.Field
null
blank
Expand Down Expand Up @@ -49,3 +49,14 @@ mindmap
migrate[Migrate]
::{{Schema migrations}}
::{{Data migrations}}
admin(Site admin)
register model to admin site
admin site configuration
::icon(fas fa-user-tie)
usage
add
::icon(fas fa-plus)
remove
::icon(fas fa-trash)
modify
::icon(fas fa-edit)

0 comments on commit b6b1030

Please sign in to comment.