Postgresql – Django: using sqlsequencereset programmatically inside a custom command
I am trying to create a custom command on Django, which will use the sqlsequencereset command for a list of app labels inside a loop, the idea is to run this command to generate and run the sequence setval query…