Blood Bank Management System in Python Django with Source Code

A fully functional project based on Blood Bank Management System which uses Python with Django Web Framework. Following Django project contains all the important features which can be in use for the first year, second year IT students for their college projects. It has a number of important features that will allow all the users to interact regarding their blood donations, requests, etc. This system as well as the web application’s concept is all clear, it’s the same as real-life scenarios and well-implemented on it. To download free blood bank management system project in Python Django with source code files, please scroll down to the bottom of this post for the Download button.

About Blood Bank Management System Django Project

Moving on, this blood bank system project in Django focuses mainly on dealing with blood donations, requests, patients, donors, and much more. Also, the system displays all the available blood groups with their available units, donors, patients, etc. This project is divided into three categories: Patient, Donor, and Admin Panel. In an overview of this web app, a user can simply register as a patient with his/her details like name, age, address, disease, blood group, doctor’s name, and setting up a password. From a patient’s account, he/she can request blood by filling up the form which includes the patient’s name, age, reason, blood group, and total unit (ml). By default, the request goes under pending status as it needs approval from the administrator. The system also lists out all the blood request history which is easily viewable to the patients.

Donor’s Panel

Similarly, a user can register as a donor by filling up certain fields which will allow them to act as a donor within the system. During the registration, both patient and donor require to attach their profile photos too. A donor can donate his blood and view their donation history. For this, a donor needs to select his/her blood group, unit, mention diseases if any, and age. After submitting the donation form, this also needs approval from the administrative as the default status moves to pending. And just like the patient’s blood request, the donor user can also make a blood request by entering the same details as the patient’s which also requires approval. The user can view his/her overall status, histories from the dashboard and history sections respectively. The dashboard presents a summary of a particular account’s record under the number of requests, approvals, rejected, and pending.

Administrative Panel

On the other hand, the admin has all the control over the system that includes donor management, patient management, donations management, blood request management, histories, and bloodstock management. An admin can list out and make changes to all the existing records of donors and patients. In addition to it, an admin has the right to manage blood and donation requests where he/she can approve or reject the request as per choice. In terms of blood donation requests, approval of a blood donation results in an increment of the existing bloodstock under their respective blood group whereas approval of blood requests results in a decrement of the existing bloodstock. So, in this way, the system manages the flow of blood stocks and all the stuff as both request and donations are equally important to proper management of the system.

Blood Stock Management and History

Each and every blood group contains its own blood quantity which an admin has to maintain manually. Most of the bloodstock are automatically managed by maintaining the proper flow of blood requests and donations, but additionally, the admin can select any of the available blood groups and enter certain units to update the current stock. In this system, the unit is measured in milliliters. Besides, the admin can view an overview of each available blood group with their total available units and total records of available donors, requests, blood units, and approved requests. And lastly, the admin can view blood request history which displays all the information that includes the patient’s name, age, reason, unit, request date, and stock status.

Last but not least, a clean and responsive dashboard is presented with simple color combinations for a greater user experience while using this Blood Bank Management System project in Django source code. For its UI elements, a free open-source CSS framework; Bootstrap is on board with some Vanilla CSS too. Presenting a new Blood Bank Management System project in Python Django source code that contains all the essential features to follow up, and a knowledgeable resource for learning purposes.

Available Features:
  • Admin Panel
  • Donor’s Panel
  • Patient’s Panel
  • Make Blood Request
  • Donate Blood
  • Blood Request Histories
  • Donation Histories
  • Donor Management
  • Patient Management
  • Donation Management
  • Blood Request Management
  • Manage Blood Stocks
Project Name:Blood Bank Management System Django
Language/s Used:Python with Django Web Framework
Database:SQLite
Type:Web Application
Developer:Sumit Kumar
Updates:0
Blood Bank Management System Django Project Information

Instructions: How to Run?

  • After you finish downloading the project, unzip the project file and head over to the project root folder.
  • You can also create a Virtual Environment and Activate it.
  • Open your Terminal/Command Prompt on the project’s root folder.
  • Install the Requirements: pip install -r requirements.txt.
  • Then, make database migrations: python manage.py makemigrations
  • python manage.py migrate
  • And finally, after a successful migration run the application: python manage.py runserver
  • At last, open up your favorite web browser
  • Go to URL “http://127.0.0.1/[ PORT_NUMBER ]/“
  • For the Admin Panel credentials, you have to create one with a superuser.

And there you have it, a full setup of the Blood Bank Management System project in Django. At First, all you need to have is Python and Django installed on your local machine whereas the remaining modules are under the requirements.txt file. Still, the versions may vary according to different project requirements, you can make use of it with python virtual environments. Download Free Blood Bank System Project in Django Source Code. So, this Blood Bank Management system in Django is a fully functional project for all the beginner levels. And it helps to broaden vast knowledge into such Django web applications. In conclusion, this whole Django project with free source code is an absolute project and a meaningful way for the users to learn and explore more about it.

Free Download Blood Bank Management System Project in Python Django with Source Code:
Click the Download Button Below to Start Downloading

Note: Only for Educational Purpose

41 comments

        1. in admin panel, we have only login option, now if we want to create superuser
          1.Where should i create that ?
          2.what are the steps

  1. please make a video on this topic : how to run project
    it will help a lots of peapole and students 🙂
    thank you.

  2. After Installing the Requirements: pip install -r requirements.txt. This further steps to make database migrations: python manage.py makemigrations… How to do this??
    – python manage.py migrate
    – And finally, run the application: python manage.py runserver
    how to run?

    1. Please run the command from the command prompt, as demonstrated in the video. Ensure that you are currently located within the root directory of your project.

  3. I can’t do the logout action I get this error
    [21/Mar/2024 09:47:36] “GET /logout HTTP/1.1” 405 0
    Method Not Allowed (GET): /logout
    Method Not Allowed: /logout
    [21/Mar/2024 09:47:37] “GET /logout HTTP/1.1” 405 0
    Method Not Allowed (GET): /logout
    Method Not Allowed: /logout
    [21/Mar/2024 09:47:37] “GET /logout HTTP/1.1” 405 0
    Method Not Allowed (GET): /logout
    Method Not Allowed: /logout
    [21/Mar/2024 09:47:37] “GET /logout HTTP/1.1” 405 0
    Method Not Allowed (GET): /logout
    Method Not Allowed: /logout

Leave a Reply

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