Features of this project: Anyone can see all the books in homepage search books based on author or name of the conference or category of the book sort books or author alphabetically Student can login / signup ,
can request book
see their own Conference and filter them based on :
requested Conference , issued books or all of them together check their own fines
can see
the days remaining to return a particular conference or the number of days passed the return date of a particular conference in the my fines page
Admin can login to admin dashboard
check Conference :
see Conference ,
delete Conference ,
filter Conference based on :
- Clone This Project
git clone https://github.com/Dassourav07/conference_management.git
- Go to Project Directory
cd conference_management
- Create a Virtual Environment
python3 -m venv env
- Activate Virtual Environment
source env/bin/activate
- Install Requirements Package
- Migrate Database
python manage.py migrate
- Create Super User
python manage.py createsuperuser
- Finally Run The Project
python manage.py runserver