database - Django sqlclear all app -
my goal remove tables in database(i'm using mysql). everytime use sqlclear, required app_names. how remove tables each app?
as far know, there no management command drop tables. can write own custom command that. or can use mysql command drop , create database , run syncdb
.
Comments
Post a Comment