Python tourist attraction guide and review system graduation project finished product (3) development summary and system settings release

Blogger introduction: Author of the books "Introduction to Vue.js and Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN Diamond Lecturer; specializes in graduation design education and coaching for college students.

All projects come with basic knowledge video courses from entry to mastery

The project is equipped with corresponding development documents, proposal report, task statement, PPT, thesis template, etc.

Contact details are available at the end of the article

Development Summary

Development operating system: windows10 + 4G memory + 500G hard drive

Development environment: Python3.8

Development language: Python

Development framework: Django

Development tools: pycharm

Database: mysql8

Database management tool: navicat

Other development languages: html + css +javascript

System settings

Cms/settings.py sets the database and account, around line 90 of the code

image.png

NAME: database name

USER: mysql default root account

PASSWORD: database password

Other default

system access

Default access to the system front page: http://127.0.0.1:8000

The following is the background access address and account http://127.0.0.1:8000/ht

Accountadmin

Password 123456

 

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/140/3001.html

Guess you like

Origin blog.csdn.net/u013818205/article/details/132558648