Prior to finding PythonAnywhere I began the Learn Django tutorial in Visual Studio. Note that it is not using Visual Studio Code. VS did most of the configuration for me; it has a test server and installed Django into it and everything. I have completed the first page of the tutorial and the website works locally. My GitHub repository is SimpleSamples/LearningDjango.
Then I discovered PythonAnywhere. I have cloned the repository into PythonAnywhere but I do not know if it can be used in PythonAnywhere.
It will be wonderful if I can use VS as my IDE to create and modify a Python Django website and upload (push?) to GitHub and then have it deployed to PythonAnywhere. Is that possible? I will likely choose a different IDE, perhaps Eclipse, in the new future but for now I want to continue with VS.