This a web application where a user can login and create the tasks, this was built with the Django web application framework
The project “Hostel Room Allotment System” is a system based on accessing the internet to allot the hostel rooms. Based on First Come First Serve, students will have an option to select the available rooms based on their interest.
In the previous system for booking rooms there were many problems faced by students like standing in the queues, waiting foor longer hours because of manual entry. Therefore, the need for automation is a necessity.
The purpose of this project is to implement an online hostel room allotment system for students replacing the manual method of room allotment.
py -m pip install --user virtualenv
py -m venv env
.\env\Scripts\activate
python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
deactivate
git clone https://github.com/Saketh-Chandra/Hostel_Management_System.git
cd Hostel_Management_System
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!
Please read CONTRIBUTING.md for details on contributing.
System check identified some issues:
WARNINGS:
?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP
Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.
?: (security.W008) Your SECURE_SSL_REDIRECT setting is not set to True. Unless your site should be available over both SSL and non-SSL connections, you may want to either set this sett
ing True or configure a load balancer or reverse-proxy server to redirect all connections to HTTPS.
?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.
?: (security.W016) You have 'django.middleware.csrf.CsrfViewMiddleware' in your MIDDLEWARE, but you have not set CSRF_COOKIE_SECURE to True. Using a secure-only CSRF cookie makes it mo
re difficult for network traffic sniffers to steal the CSRF token.
?: (security.W018) You should not have DEBUG set to True in deployment.
System check identified 5 issues (0 silenced).
- Online attendance system
- Gate pass system
- Raise an issue in hostel
- Email verification
- ReCaption V3 Implementation
This project is licensed under the MIT License - see the LICENSE file for details.
See the full list of contributors who participated in this project and statistics.
Please read Prerequisite file for details.
Check the changelog here.
Report here in detail answering these questions:
- What steps did you take to make the bug appear?
- How can the bug be fixed? (In case you know)
- Which OS and which all packages / softwares / dependencies are you using?
- Have you tried any troubleshooting steps such as a reboot for example?
- Have you followed the prescribed prerequisites?
Check here for the list of contributors. Contact one of them through their profiles.