Building a blog application with django | Configure project settings, create apps and views to render simple html page
- 14 September 2021
In this second part of building blog application with django, we are going configure project settings and create a simple index page to demonstrate how django will render the html...