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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -