python+django+mysql tourist attraction recommendation system - front-end and back-end separation (source code + documentation)

The system mainly uses Python development technology and MySQL database development technology as well as image recognition based on OpenCV . The system mainly includes system homepage, personal center, user management, attraction information management, attraction type management, attraction ticket management, online feedback, system management and other functions, thereby realizing an intelligent tourist attraction recommendation method and improving the efficiency of tourist attraction recommendation.

Due to space limitations, if you want to get the complete article or source code, or do it on your behalf, scroll to the bottom of the article to see your personal VX.

( 1 ) Administrator login: In the entire system design, the login interface is designed to facilitate administrator operations and make the entire system more secure and reliable. The registered account number and password will be recorded and stored in the database.

( 2 ) Administrator management: Administrators enter the system and can manage user information, and can view, modify and delete attraction information, attraction types, attraction tickets, online feedback, systems, etc.

( 3 ) User management: When users enter the system homepage, they can modify personal information, and view attraction information, attraction tickets, travel information, online feedback, etc.

The functional structure diagram of the system is shown in the figure. 

 When people open the website of the system, the first thing they see is the homepage interface. Here, people can see the system's navigation bar and navigate through the navigation bar to enter each function display page for operation. The system home page interface is as shown in the figure.

 The administrator enters the main page, and its main functions include operating the system homepage, personal center, user management, attraction information management, attraction type management, attraction ticket management, online feedback, system management, etc. The main interface of the administrator is as shown in the figure:

The administrator clicks User Management. Enter the user account and name on the user page to query, add or delete the user list, and detail, modify or delete the user details as needed; as shown in the figure: 

 

Guess you like

Origin blog.csdn.net/xiejiachao/article/details/132498501