This is from the Django Girls tutorial. It uses Django to build a blog. I added login functionalities for security, analytics, a comments section, and the ability for admins to add approved users to manage content.
I used SQLite for the back-end & bootstrap for CSS.
Highly recommend checking the Django Girls tutorials: https://tutorial.djangogirls.org/
A great primer on Django!