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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -