Getting error "Unknown command: 'load_data'. Did you mean loaddata?" while running "python manage.py load_data"

While running python manage.py load_data I am getting an error Unknown command: 'load_data'. Did you mean loaddata?.

Below I have attached the folder structure where load_data.py is present.

Folder structure

I also tried running python -m store_monitor.management.commands.load_data but still not working.

Back to Top