Blogging System by using Django and MYSQL

Abstract

We have developed Blogging System using Python Django and MySQL. The main modules available in this project are Blog module which manages the functionality of Blog, Blog Category is normally used for managing Blog Category, Comment contains all the functionality realted to Comment, Blog Type manages the Blog Type functionality, Technology Blog has all the features of Technology Blog and Create Blog module manages the functionality of Create Blog.

As we know Python Projects, are trending topics for academic python project development. So we had chosen python3 for developing Blogging System. In this project we developed features for Blog, Blog Category, Technology Blog etc, which reduces the human efforts and increase the efficiency.

Report of Blogging System:

  • Blog report : We can generate all the reports of Blog in this
  • Blog Category report : Generate reports related to Blog Category
  • Comment report : All Comment reports will be available in this section
  • Blog Type report : You can generate filtered reports of Blog Type
  • You can generates the report of Blog Type, Blog, Technology Blog
  • Blog Category, Create Blog, Comment has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Blog, Blog Category, Comment modules
  • You can create the CSV reports for Blog, Blog Type, Blog Category

Modules of Blogging System:

  • Blog module : It contains all the functionalities related to the Blog
  • Blog Category module : It manages all the operations related to Blog Category
  • Comment module : Manages the Comment related functionalities
  • Blog Type module : This module manages Blog Type functionalities
  • Technology Blog module : Technology Blog modules contains all the CRUD operations related to Technology Blog
  • Create Blog module : Create Blog module contains all the required functions which include adding, viewing, deleting and updating Create Blog lists.

Blogging System in python Installation Steps:

  • Download Blogging System zip file and extract it
  • Install Django
  • Open phpmyadmin and create Blogging System database
  • Import database Blogging System.sql
  • Run the project : python manage.py runserver
  • Open Your browser run the project : “http://localhost:8080/BloggingSystem/”

Python Project Blogging System software requirments specification:

  • Python3 : To run this project you need python 3
  • Django : We have developed this project over the django2
  • MySQL : You need mysql database for running this project
  • MySQL Connector : For making the connection from mysql and python, we need it
Scroll to Top