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”
Tag: progressive-web-apps
Heroku app: ModuleNotFoundError: No module named ‘pwa’
I am trying to deploy my app to heroku and I keep getting this error even though when I run locally it works perfectly fine. I have added django-pwa==1.0.10 to my requirments.txt file also so that heroku installs the package. Here are my installed apps in settings.py: Here is my directory Not really sure what to do as I am