A hostel management web app built with Django.
- User signup/login/logout
- Mandatory profile completion before dashboard access
- Dashboard with student details
- IN/OUT movement request creation
- Movement request history page
- Admin panel support for reviewing requests
-
Install dependencies:
python -m pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run server:
python manage.py runserver
- By default, the project uses SQLite (
db.sqlite3) for easy local setup. - To use PostgreSQL, set:
HOSTELLO_DB_ENGINE=postgresPOSTGRES_DBPOSTGRES_USERPOSTGRES_PASSWORDPOSTGRES_HOSTPOSTGRES_PORT