Python book strategy and comment system Graduation design finished works (3) Development summary, system settings released

Blogger introduction : Author of the books "Introduction to Vue.js and Practical 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 programs come with video lessons on the basics from beginner to master

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

System settings

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

image.png

NAME: database name

USER: mysql default root account

PASSWORD: database password

Other default

system access

Access the system front page by default: 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

 

Development Summary

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

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

Guess you like

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