Django Models Part I (Database Setup, Models and ORM)
When creating a web application you will come up with a need to have some sort of mechanism to store your data permanently either on a filesystem or a Database. For this article/tutorial we will have a look inside storing your data on a Database. Da...
Jul 24, 202110 min read2.6K


