Dear All,
I have deployed my "Django App" on pythonanywhere and it works successfully(Database and everything).
I have another application app2 "also developed in Python" which depends on the output of the first deployed Django app.
How can I send this output to that other server (app2). like I have Images and text files which my "app2" need to have access.
"I know about URLLIB" and other url retrieves command. but how Pythonanywhere would allow it as it require Password and User name."
thanks in advance