Directory Management System using Python Django and MySQL is web based application which store all person information data like his/her Name, Email, Profession, Address and City. In Directory Management we use Python, Django Framework and MySQL database. It is web based application which enables users to easily store and find contact information, such as names, addresses and telephone numbers.
Project Requirements
Project Name
Directory Management System Project in Python Django
Language Used
Python
Framework Used
Django
Database
MySQL
User Interface Design
HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser
Mozilla, Google Chrome, IE8, OPERA
IDE
PyCharm
Project Module
It has two modules i.e. Admin and User.
Dashboard: In this section, admin can briefly view the details of Total Records, Public and Private Records.
Directory: In this section, admin can manage directory(Add/Update/Delete) the records.
Directory by Status: In this section, admin can manage public and private.
Search: In this section, admin can search the records of person by their name and mobile number.
Reports: In this section, admin can view the between dates report of records.
Admin can also update his profile, change the password and recover the password.
User:
User can search for the record by name and phone number.
Some of the Project Screens
Home Page
Admin Login
Admin Dashboard
Add Directory
Manage Directory
How to run the Directory Management System Django Python
1. Download the zip file
2. Extract the file, copy dm folder, and paste it on the desktop
3. Open MySQL Create a database dmpythondb then import the SQL File available in the SQL File Folder (For MySQL we used XAMPP server)
4. Open PyCharm and click on the terminal
5. Navigate the project folder using the cd command
cd project_path
For ex:Â cd C:UsersANUJOneDriveDesktopdm
6. Now Navigate to the Directory Management folder
cd directorymgmt
7. Run the Project using the following command
python manage.py runserver
Now click the URLÂ http://127.0.0.1:8000Â and the Project will Run
Login Details
*****Admin*****
Username:Â Â admin
Password:Â Test@123
Project Demo
Project Report
The post Directory Management System Using Python Django and MySQL appeared first on PHPGurukul.
Source: Read MoreÂ