Reputation: 122620
I have a Django project that uses postgresql_psycopg2 as a database. I would like to clear all data. Is there a simple way to do this?
Upvotes: 1
Views: 222
Reputation: 50806
django-admin.py flush
Upvotes: 3