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

modified pwa/urls.py to use re_path to solve django.url import error …

Open salimdason opened this issue 3 years ago • 0 comments

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.

salimdason avatar Dec 11 '21 19:12 salimdason