A web-based Directory Management System built with Django and MySQL for managing member information in a centralized and user-friendly interface. The application allows users to add, update, search, and manage member records efficiently.
- 👥 Add New Members
- ✏️ Update Member Information
- ❌ Delete Member Records
- 🔍 Search Members by Name
- 📞 Store Contact Information
- 📧 Email Management
- 🏙️ City & Address Management
- 📸 Profile Image Upload
- 📱 Responsive User Interface
- 🗄️ MySQL Database Integration
- Python
- Django
- HTML5
- CSS3
- Bootstrap
- JavaScript
- MySQL
- Git
- GitHub
git clone https://github.com/jeeva6347/directory-management-system.gitcd directory-management-systempython -m venv .venvWindows
.venv\Scripts\activateLinux/macOS
source .venv/bin/activatepip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverOpen:
http://127.0.0.1:8000
- Member Management
- Search Members
- Profile Image Upload
- Contact Management
- Dashboard
- Authentication
- Export to PDF & Excel
- Email Notifications
- QR Code for Members
- REST API Integration
- Role-Based Access Control
- Advanced Filters
This project is licensed under the MIT License.
Jeeva L
📧 Email: jeevalawrance2004@gmail.com
💼 LinkedIn: https://linkedin.com/in/jeeva-l-5bb2a4387
⭐ If you found this project useful, consider giving it a Star on GitHub.