abhik-b /
django-library-management
This is a Library Management Project created with django , razorpay & tailwind css . All the features & Logics & functionalities are explained in the readme
Loading repository data…
ADR-projects / repository
A Library Management system built during a Training Program with Django.
The Library Management System is a web-based application built using Django that efficiently manages users, books, and borrowing records.
It simulates real-world library operations with features like dynamic fine calculation, book availability tracking, and a structured CRUD system with a clean UI and scalable backend architecture.
₹2 per day after 7 days
Calculated dynamically (not stored in DB)
Logic:
Always up-to-date and accurate
Available = Stock - Borrowed (Open Records)base.htmlissue_date generationreturn_date updated only during return actioncalculate_fine())base.htmlUser → Template (HTML)
↓
Views
↓
Forms
↓
Models
↓
Database
librarymanagement/
├── manage.py
├── myproject/
│ ├── settings.py
│ ├── urls.py
├── myapps/
│ ├── models.py
│ ├── views.py
│ ├── forms.py
│ ├── urls.py
│ ├── templates/myapps/
│ │ ├── base.html
│ │ ├── dashboard.html
│ │ ├── users.html
│ │ ├── add_user.html
│ │ ├── edit_user.html
│ │ ├── user_detail.html
│ │ ├── books.html
│ │ ├── add_book.html
│ │ ├── edit_book.html
│ │ ├── book_detail.html
│ │ ├── borrow_book.html
│ │ ├── open_records.html
│ │ ├── closed_records.html
│ │ ├── record_detail.html
│ ├── static/myapps/
│ ├── css/
│ ├── images/
git clone <your-repo-link>
cd librarymanagement
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
DEBUG=True
SECRET_KEY=your_secret_key
User visits website
↓
Navigates through dashboard
↓
Performs actions (Add User / Add Book / Borrow Book)
↓
Forms validate input
↓
Views process logic
↓
Data stored in database
↓
Results displayed in templates
This project is developed for learning, academic, and portfolio purposes. Open for contributions and improvements.
Made with ❤️ using Python & Django By Abhimanyu And Adrija (Team: Ctrl + Alt + BCT)
Selected from shared topics, language and repository description—not editorial ratings.
abhik-b /
This is a Library Management Project created with django , razorpay & tailwind css . All the features & Logics & functionalities are explained in the readme
BurhanMohammad /
This is a Library Management Project created with django , & css . All the features & Logics & functionalities are explained in the readme
dhilipmpms /
A Django-based Library Management System that automates book management, student records, issue/return tracking, and library inventory through a simple and user-friendly web interface.
CintaShaji /
This is a comprehensive Library Management System developed using Django, Python, JavaScript, HTML, CSS, and MySQL. The system is designed to manage library operations efficiently and includes functionalities for managing books, members, and transactions.
Designed responsive and dynamic webpages (UI) using various front-end technologies/libraries (HTML, CSS, JavaScript, Bootstrap). Designed database for the system (SQL, MySQL server). Used Python Flask Framework for developing a web server. python, CGI at the backend. Django framework was also used for latest version. DBA tasks were performed using Python scripts to test the query and plotted graphs for performance.
Using HTML / CSS / JS / Python / Django