Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 802 Bytes

File metadata and controls

12 lines (8 loc) · 802 Bytes

News-blog-with-pymongo-and-bottle

This repo hosts a news blog which is backed by MongoDB for storing news. The blog uses Bottle, web framework written in Python.

The views folder contains tpl files used by bottle to generate html pages at runtime. The static folder contains third party images or css files that are used by the blog. I have used check_internet.py to check if the user is offline or online.

This is the front page from where the news source is selected.

Alt text

For any query mail me at : [email protected]