Looking for a way to manage your hotel's room inventory with ease? Check out this Django-based hotel room management system! With this solution, you can easily add, edit, and remove rooms as well as track their availability and reservations. Perfect for hotel owners and managers looking for a simple yet effective way to streamline their operations.
- Register rooms
- Clear all registerations in room
- View registered dates of booked rooms
This project is in developmental phase, it's not ready for production.
- Download django
pip3 install django
- Open the project folder.
- Open terminal in that folder using this commnand:-
python3 manage.py runserver
- And then open web browser and go to -> http://localhost:5000/