Skip to content
Advertisement

Tag: pythonanywhere

Deploy PWA problems

I have been reading all the threads on here regarding PWA deployment and none of the fixes are working. I have a Python web app hosted on python anywhere and would like to deploy it as a PWA. When I add my manifest.json to my root folder and reference this in the index.html file with the below: <link rel=”manifest” href=”./manifest.json”

Writing a program meant to take in a password and the program tells the user its length and if it is too large, too small, or if it is strong [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 1 year ago. Improve this question

How to overwrite Django app to Pythonanywhere?

After the second time deploying the Django app to Pythonanywhere, (I re-edited and overwritten in VS code and did git push) I got the following error. The command is The first deployment succeeded but the second one is not. I don’t know the cause and how to overwrite it… Answer You need to have a requirements.txt file in your project

Advertisement