A custom Django management command for PostgreSQL that resets the primary key sequence of any model’s table. It also supports optionally deleting specific rows by ID, making it useful for database cleanup and maintaining consistency in development or testing environments.
-
Updated
Nov 22, 2025 - Python