You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.