How can I drop all tables from a database using manage.py and command line? Is there any way to do that executing manage.py with appropriate parameters so I can execute it f
It is better to use ./manage.py sqlflush | ./manage.py dbshell because sqlclear requires app to flush.
./manage.py sqlflush | ./manage.py dbshell