Models in Django

Reading time:30 minutes


In this article, we'll be learning about Models in Django and how the database system works in Django.


How to store information?

Let us take an example, you want to create a social networking website in Django and we need a systematic way to define and store things such as user profiles and their details, posts, and their details, messages, comments, pages, and many more things. What do you think about how Django does that? How it will store this data?


Generally, when web...

 •  0 comments  •  flag
Share on Twitter
Published on August 16, 2020 11:39
No comments have been added yet.