django-pwa icon indicating copy to clipboard operation
django-pwa copied to clipboard

Looks like an app, feels like an app, but IS NOT an app.

Results 51 django-pwa issues
Sort by recently updated
recently updated
newest added

Hello, I upgraded an old project of mine from Django 3 to 4. And I found a compatibility issue while integrating your module with the project. BR,

Hello, so just started using the package, and I noticed the url bug so came to check if it had been fixed. So is it possible to release the fixed...

django 4 works well with those changes to urls conf for the app

replacing url with re_path

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.7...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot]

I have updated the package and now the is accepting include splash screen for iOS. _Originally posted by @silviolleite in https://github.com/silviolleite/django-pwa/issues/4#issuecomment-456815233_

I saw some users reporting the following error: "ImportError: cannot import name 'url' from 'django.urls'". I solved it by replacing urls with re_path() instead. Please revise.

Fix #38 The `sizes` property name in README doesn't match with the code, where is it named `size`: https://github.com/silviolleite/django-pwa/blob/0ff60e7afaf23d6883d593554b93e54bb56e41fe/pwa/templates/pwa.html#L19