标签:
(ENV)carlo@ubuntu:~/flasky$ python hello.py shell>>> from hello import db>>> db.drop_all()>>> db.create_all()
利用python建表
原文地址:http://www.cnblogs.com/carlo/p/4472004.html