Hostel Management System Project in Python Django

Subscribe YouTube For Latest Update Click Here

Latest Python Projects with source code

Buy Now Source Code ₹501

Buy Now Project Report ₹501

This particular project deals with the issues on managing a hostel and avoids the issues which occur when carried manually.Identification of the drawbacks of the prevailing system results in the designing of computerized system which will be compatible to the prevailing system with the system Which is more user friendly and more GUI oriented. We can improve the efficiency of the system, thus overcome the drawbacks of the existing system.

Features :

  1. Login System.
  2. View Room Details
  3. Book Hostel
  4. Student Registration
  5. Manage Students.
  6. Billing.
  7. User Management.
  8. Room Management.
  9. Meal management.
  10. Cost Management.
  11. Student Management.
  12. Visitor Management .

Technology Used in the project 

  • We have developed this project using the below technology
  • HTML : Page layout has been designed in HTML
  • CSS : CSS has been used for all the desigining part
  • JavaScript : All the validation task and animations has been developed by JavaScript
  • Python : All the business logic has been implemented in Python
  • SQLite : SQLite database has been used as database for the project
  • Django : Project has been developed over the Django Framework

Supported Operating System

  • We can configure this project on following operating system.
  • Windows : This project can easily be configured on windows operating system. For running this project on Windows system, you will have to install
  • Python 3.7, PIP, Django 3.1.3 .
  • Linux : We can run this project also on all versions of Linux operating systemMac : We can also easily configured this project on Mac operating system.

Requirements.txt File

  • asgiref==3.3.0
  • Django==3.1.3
  • gunicorn==20.0.4
  • pytz==2020.4
  • sqlparse==0.4.1\
  • whitenoise==5.2.0

Django Installation Steps :-

  • Install Python 3.7 Or Higher
  • Install Django version 3.1.3
  • Install all dependencies cmd -python -m pip install --user -r requirements.txt
  • Finally run cmd - python manage.py runserver