reset-test-db.sh
4.85 KB
-
Prevent dumpdata from dumping api_admin's Catalog model · 835c9cc9
The Catalog model is unmanaged, meaning no corresponding table exists in the database. When dumpdata tries to dump this model, it chokes because there's no table to read from.
Renzo Lucioni committed