Django's loaddata command will update data in the database based on fixture json. If PK is specified, Django will create a model with that pk if none exists, or will update the existing model if it does. There is no harm in running the command if nothing changes
This PR encodes our current saved searches into source control with no change
Django's
loaddata
command will update data in the database based on fixture json. If PK is specified, Django will create a model with that pk if none exists, or will update the existing model if it does. There is no harm in running the command if nothing changesThis PR encodes our current saved searches into source control with no change