[Answer]-Django sqlclear all app

1👍

As far as I know, there is no management command to drop all tables. You can write your own custom command to do that. Or you can use MySQL command to drop and create your database and then run syncdb.

👤arulmr

Leave a comment