Django Tutorial

Writing Your First Blog App In Django-Part 4

We will continue to build our blog app where we left in the post https://padhle.com/writing-your-first-blog-app-in-django-part-3/ .In this post we will see how to control the content of our site using django admin. Alright now so upto now we have a knowledge about how to interact with a database using django orm.We have also created a table and …

Writing Your First Blog App In Django-Part 4 Read More »