I'm using Vscode to build a Django project and I've been using the ./manage.py + command for weeks now. It's worked fine until recently, if I now enter ./manage.py runserver it opens the manage.py file and creates a runserver text file, but it does not run the server. Strangely enough the command works if written like so: python manage.py runserver. I thought that ./ was meant to be a shortcut for python in that command, have you encoutered that problem?
Have a nice day everyone!