Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 902 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 902 Bytes

Django Blog Application

A Django based Web Application blogHomeImage

Introduction

This is the web application made using Django. It is blogging site which enables its users to read and create blogs.

Key Features

  • Use of django-authentication for user login.
  • User can create, read, update or delete their blogs.
  • Users can post comments on blogs.
  • Used Bootstrap Template in the frontend
  • Handled media files so that user can upload their profile pic as well as add image in blog.

Technologies Used

  • Django (backend)
  • Bootstrap template (frontend)
  • SQLite (database)

Demo Video

blogDemoGIF

Author