xpleaf / Blog_mini

An Open Source Blog System that developed with Flask.
Other
982 stars 469 forks source link

数据库里面的表是怎么创建的? #13

Open xiaozitwo opened 7 years ago

xiaozitwo commented 7 years ago

您好: 数据库里面的表是在哪个地方创建的?最开始只创建了个数据库,没找到创建表的代码呢,能讲解下么?

xpleaf commented 7 years ago

在manage.py文件中,执行了upgrade(),就会创建数据库和相应的表。