Company Visitor Management System using Python Django
The Company Visitor Management System Project (CVMS) using Pyhon Django is a web-based application which is designed to streamline visitor registration, tracking and management. This web-based application replace traditional paper-based logbooks with an efficient digital solution.
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 Modules
This web-based application is developed by using Python with the Django framework and MySQL database. The CVMS consists of a single admin module, which offers the following functionalities:
- Dashboard – Displays an overview of visitor activity within a specific period, helping the admin monitor visitor traffic effectively.
- Department: This section allow admin to manage department (Add/Delete).
- Visitor – Allows the admin to add new visitors, manage visitor records and update visitor check-out times.
- Search – Enables quick retrieval of visitor data using name or mobile number.
- Report– This section generate visitor reports between selected date ranges for analytical and security purposes.
- Admin Controls – Includes features such as profile management, password updates and account recovery.
By applying the Company Visitor Management System, organizations can improve security, enhance operational efficiency and maintain an organized visitor record. This application contributing to a seamless and secure workplace environment in an organization.
Project Output Screens
Home /Login Page

Admin Dashboard

Manage Departments

Add Visitor

Manage Visitors

Visitors Details

How to run the Company Visitor Django, Python
1. Download the zip file
2. Extract the file, copy cvms
folder, and paste it on the desktop
3. Open MySQL create a database cvmspythondb
then import the SQL File available in the SQL File Folder (For MySQL we used the 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:\Users\your_computer_name\OneDrive\Desktop\cvms\
OR
Import in pycharm
6. Now Navigate to the company_visitor_management_system folder
cd company_visitor_management_system
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@gmail.com
Password: Test@123
Project Demo