django-pwa
django-pwa copied to clipboard
modified pwa/urls.py to use re_path to solve django.url import error …
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.