Apartment Visitors System Using Python Django and MySQL
Apartment Visitor System Project is a web-based technology that will revolutionize the way to manages visitors and provide pass to apartment visitors. Visitor Management system is more important to security guards or security apartment. This web application provides a way to effectively control record & track apartment visitor traffic. In Apartment Visitor Management System project we use Python language with Django framework and MySQL database. This is the project which keeps records of visitors who visited in the apartment.
Project Requirements
Project Name | Apartment Visitors 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 Modules
Apartment Visitor System has one module i.e. admin
- Dashboard: In this sections, admin can briefly view how many visitors visited in a particular period.
- Visitors: In this section, admin adds new visitors by filling their information in add visitors sections and also view and manage visitor’s records. Admin also put visitors out time in the manage records section.
- Create Pass: In this section, admin can manage visitor pass (Create/View/Delete).
- Search Visitor: In this bar, admin can search a particular person by their name and phone number.
- Search Pass: : In this bar, admin can search a particular visitor pass by their name and phone number.
- Visitor Reports: In this section admin can generate visitor’s reports between two dates.
- Pass Report: In this section, admin can generate visitor passes reports between two dates.
Admin can also update his profile, change password and recover password.
Some of the Project Screens
Admin Login
Admin Dashboard
Entry Form
Entry Details
Pass Form
How to run the Apartment Visitors Management System Django Python
1. Download the zip file
2. Extract the file, copy avs
folder, and paste it on the desktop
3. Open MySQL Create a database avspythondb
then import the SQL File available in the MySQL 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:\Users\ANUJ\OneDrive\Desktop\avs
6. Now Navigate to the Apartment Visitor System folder
cd apartment_visitor_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