Showing the data we created on the frontend
Now that we've created the data for our blog, we'll learn how to show it using the Django ORM in this chapter. Wait, what? O-R, what?
The Django ORM gives a convenient way to access the database. It stands for Object Relational Mapper. In other words...
blog.vicentereyes.org5 min read