Hello, I'd like to first thank you for a wonderful blog series!  I am working on building a VOIP plugin for Netbox but am stuck at the point where you run "invoke makemigrations" - the command runs, no errors are found, and it finishes but it never shows or generates the directory or the migration file.  I am doing my development on Windows 10 and ran into an issue with invoke earlier in the process, too.  I have two questions:
- Would extending invoke.py with app_name solve this? Can you show how you did this?
 
- If not, any other tips for getting makemigrations to generate the necessary folder and file?
 
Thanks so much!