django-pwa
django-pwa copied to clipboard
Looks like an app, feels like an app, but IS NOT an app.
Added support for PWA screenshots as described in [MDN web docs](https://developer.mozilla.org/en-US/docs/Web/Manifest/screenshots) and PWA shortcuts as described in [MDN web docs](https://developer.mozilla.org/en-US/docs/Web/Manifest/shortcuts)
Hello all, The links to the icons generated my django-pwa do not show the sizes attribute as set in the settings. It leaves it empty. This error comes up while...
I want to make https://github.com/zulip/zulip to PWA using django-pwa, but got an error. ``` jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'load'. ``` {% load pwa %} don't work in base.html. It's related...
With default servieworker.js every get hits network to fetch ServiceWorker.js. Is this by design or we need to modify some aspects of fetch() in default serviceworker.js which comes along with...
I request the devs to add these properties as well. Shortcuts and screenshots. ``` { "short_name": "Weather", "name": "Weather: Do I need an umbrella?", ... "shortcuts": [ { "name": "How's...
service-worker.js is in the templates directory, which would lead one to believe that they can override it. However, the file is actually loaded in directly as a plain file. Would...
Fixes #61 See below for a diff of a run of `python setup.py sdist`. NB: You will need to delete the `django-pwa.egg-info` to ensure this change occurs, otherwise the files...
... specifically when building and deploying server-less Django with [zappa](https://github.com/zappa/Zappa)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
I'm trying to use django-pwa with the Web Share API, so I need to add a line to manifest.json: ``` ... "share_target": { "action": "/share", "params": { "title": "title", "text":...