python console的命令执行

命令

from app01 import models
models.UserInfo.objects.all()
查询出所有内容
原文地址:https://www.cnblogs.com/huay/p/11105980.html