标签:python touch import 数据表 新建
python 调试
import pdb
pdb.set_trace()
python 新建模块 import filename
touch __init__.py
python 创建数据表
python manage.py makemigrations
python manage.py migrate
python 相关操作
原文地址:http://wangjh.blog.51cto.com/7013550/1657353