Python Bed and Breakfast Farmhouse Guide and Review System Graduation Project Final Work (3) Development Summary and System Settings Release

 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

 

Guess you like

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