So, I have the default flask_app on "myusername.pythonanywhere.com", which seems working well.
Now, I want to add my second web app, "app2". I understand, I could do "myusername.pythonanywhere.com/app2" with proper WSGI config mapping.
In the meantime, pythonanywhere supports "app2" to use my "own domain" as well, but my domain is already hosted by another company, do we need to transfer DNS server etc. over to pythonanywhere?
Thanks.