ermalgashi / blog-project

0 stars 0 forks source link

Creating Templates #9

Open ermalgashi opened 2 years ago

ermalgashi commented 2 years ago

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.