I'm looking to run manage.py command line to load data from my model with something like
python manage.py loaddata mytest
I'm using Visual Studio 2019 to be more familiar with the new version. But i'm unable to run manage.py command line. Does someone experieced with how i can manage my django environment on Visual Studio 2019? I can use 'normal' fonction on Python option like Make migration, migration, etc.. But i'm lost on how i can use other manage.py function.
Thanks for your help.