Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 777 Bytes

File metadata and controls

31 lines (21 loc) · 777 Bytes

MiniBlog

A simple multi-user blogging website made using Django and Bootstrap, made using MVC architecture. Database used is SQLite.

Features

  • Multi User login and signup
  • Admin panel
  • New post, Delete post, Edit post
  • Bio, Profile image upload

Used

  • Python
  • Django
  • Bootstrap
  • SQLite
  • Django Cripsy forms

Run

  • Create virtual env from requirements.txt.
  • Change current path to dir, and run pythton manage.py runserver.
  • Open url localhost:8000/ in web browser.

Screenshot

  • Home page

home_page