SaltyCrane Blog — Notes on JavaScript and web development

Django notes to self

How to delete all tables associated with a Django app

./manage.py sqlclear myapp | ./manage.py dbshell

via Luke Hutscal

Comments