Create Gas Station Management System in Python using Django with Free Source Code

Gas-Station-Management-System-in-Python-using-Django.png

In this post you will learn about Create Gas Station Management System in Python using Django with Free Source Code. Read this below article carefully and understand this to put impact in real life.

The name of this project is Gas Station Management System. This is a web-based application written in Python and built with the Django Framework. This project provides a web-based, automated platform for gas station owners to manage their gasoline inventories and sales transactions. The system keeps a record of the fuel stock and automatically adds the additional volume of fuel to the available volume of the relevant petrol or fuel type. The user interface of the programme was likewise created with the Bootstrap v5 Framework. This system has user-friendly features and functionalities in addition to an attractive user interface.

This project is developed using followings:

  • Python
  • Django
  • SQLite3
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Ajax
  • Fontawesome
  • Bootstrap v5

Only the Gas Station Management has access to this Gas Station Management System Project. This programme needs users to log in using their registered user credentials in order to utilize the system’s features and functions. When utilizing the system for the first time, the user must first populate the Petrol Type List after successfully logging in. It must be completed first since the Petrol Type Data is necessary and related to the other list, such as updating stocks for each Petrol given by the Gas Station. Users may easily add new stock by filling out the Stock-in Form Modal’s relevant fields.

Features of Gas Station Management System

  • Login and Registration
  • Home
    • Displays the Summary
  • Petrol Type Management
    • Add New Petrol Type
    • List All Petrol Types
    • View Petrol Type Details
    • Edit Petrol Type Details
    • Delete Petrol Type
  • Stock-In Management
    • Add New Petrol Volume/Stock
    • List All Stock-In Records
    • View Stock-In Details
    • Edit Stock-In Details
    • Delete Stock-In
  • Sales Management
    • Add New Sale Transaction
    • List All Sales Records
    • View Sale Details
    • Edit Sale Details
    • Delete Sale
  • Inventory Page
  • Generate Daily Sales Report
  • Print Daily Sales Report
  • Update User Profile
  • Update Account Password
  • Logout

How to Run this Gas Station Management System?

Download/Install the following

  • Python (I used v3.9.1)
  • PIP (for python modules installation)

Setup/Installation

  1. Download and Extract the provided source code zip file. (download button is located below)
  2. Open your Terminal/Command Prompt window. (make sure to add “python” and “pip” in your environment variables)
  3. Change the working directory to the extracted source code folder. i.e. cd C:\Users\Personal-23\Desktop\django_gsms
  4. Run the following commands:
    • pip install -r requirements.txt
    • python manage.py migrate
    • python manage.py runserver
  5. Keep the terminals open and running.
  6. Open web browser and browse http://localhost:8000/ or http://127.0.0.1:8000/

Note: I might forget to list some other modules/libraries. Kindly Install the missing modules if any occurred.

Login Information for Admin Site

Super User:

Username: admin
Password: admin123

http://127.0.0.1:8000/admin for the Django’s Admin Site.

Demo Video

Create Gas Station Management System in Python using Django with Free Source Code

Download

Final Words

In this post you learnt about Create Gas Station Management System in Python using Django with Free Source Code. If you like this article please share with your friends and family to support our website. We wrote this article by researching on internet to find best content for you. You can find more articles like this on our website for free. We provided you some important tips regarding this topic by following them you can easily understand. If you need more information regarding Create Gas Station Management System in Python using Django with Free Source Code you can ask in comments or you can contact us via contact us form available on this website. Thanks for reading and sharing.


Leave a Reply

Your email address will not be published. Required fields are marked *