Skip to content

angushushu/medical-record-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

病案首页&标准编辑-后端

前端

使用:
pip install -r requirements.txt
启动MySql (在proj_django/settings.py中配置)
在MySql中创建数据库 create database test (test为数据库名,可在settings.py中修改)
删除所有文件夹中的migrations文件夹(如果有的话)
python makemigrations
python migrate
python manage.py runserver

标准文件例子见/media/examples目录