Nick Heiner
Nick Heiner

Reputation: 122620

Clear all data from Django?

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

Answers (1)

Bernhard Vallant
Bernhard Vallant

Reputation: 50806

django-admin.py flush

Upvotes: 3

Related Questions