If we want a more readable blog we will need HTML templates, all these can be achieved. For no further complications, we will use only Django template language. Initially, we will need only 2 templates list_view.html and detailed_view.html, for these to work we will have to make changes in the settings.py to point on our template folder.
If we want a more readable blog we will need HTML templates, all these can be achieved. For no further complications, we will use only Django template language. Initially, we will need only 2 templates list_view.html and detailed_view.html, for these to work we will have to make changes in the settings.py to point on our template folder.