1👍
✅
call_command('loaddata', '-v', '0', 'path/to/fixture.json')
This will set the verbosity to 0, meaning that nothing will be reported unless something goes terribly wrong.
Source:stackexchange.com