Shoe Shop Management System by using Python Django and MySQL

Abstract

We have developed Shoe Shop Management System by using Python Django and MySQL. The main modules available in this project are Order module which manages the functionality of Order, Shipment is normally used for managing Shipment, Shoe contains all the functionality related to Shoe, Product manages the Product functionality, Shopping Cart has all the features of Shopping Cart and Customer module manages the functionality of Customer.

As we know Python Projects, are trending topics for academic python project development. So we had chosen python3 for developing Shoe Shop Management System. In this project we developed features for Order, Shipment, Shopping Cart etc, which reduces the human efforts and increase the efficiency.

Report of Shoe Shop Management System:

  • Order report : We can generate all the reports of Order in this
  • Shipment report : Generate reports related to Shipment
  • Shoe report : All Shoe reports will be available in this section
  • Product report : You can generate filtered reports of Product
  • You can generates the report of Product, Order, Shopping Cart
  • Shipment, Customer, Shoe has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Order, Shipment, Shoe modules
  • You can create the CSV reports for Order, Product, Shipment

Modules of Shoe Shop Management System:

  • Order module : It contains all the functionalities related to the Order
  • Shipment module : It manages all the operations related to Shipment
  • Shoe module : Manages the Shoe related functionalities
  • Product module : This module manages Product functionalities
  • Shopping Cart module : Shopping Cart modules contains all the CRUD operations related to Shopping Cart
  • Customer module : Customer module contains all the required functions which include adding, viewing, deleting and updating Customer lists.

Shoe Shop Management System in python Installation Steps:

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

Python Project Shoe Shop Management 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