Skip to content

alpha74/MiniBlog_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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