Skip to content

aderfebr/DBproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBproject

# 首先将DBproject文件夹下settings.bak更名为settings.py

pip install -r ./requirements.txt
# 安装环境

create database DBproject
#在mysql中新建数据库

python.exe .\manage.py makemigrations
python.exe .\manage.py migrate
#迁移数据库配置

python.exe .\manage.py runserver
# 启动服务

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published