I recently imported a lot of data from an old database into a new Postgresql database as the basis for models in a new Django site.
I used the IDs from the old datab
PostgreSQL Command: ALTER SEQUENCE app_model_id_seq RESTART WITH 1
ALTER SEQUENCE app_model_id_seq RESTART WITH 1