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
I would recommend you to install django-extensions and use python manage.py reset_db command. It does exactly what you want.
python manage.py reset_db