This project is about building a news blog for a school project based on https://djangocentral.com/building-a-blog-application-with-django/ It is a Django site using bootstrap.
The site will consist of news articles presented in a two column landing page.
- one column with an overview of news articles ordered latest first
- a column with tags
- each article can be opened and consists of images and text
- to be developed: search functionality, comment sections, etc.