Skip to content

obf1313/message-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

message-box

提问信箱

front vue.js

cd front
npm install
npm run serve

backend django

cd ..

需要mysql数据库,新建数据库django_messagebox

python manage.py makemigrations
python manage.py migrate

运行后台服务

python manage.py runserver