silviolleite / django-pwa

Looks like an app, feels like an app, but IS NOT an app.
MIT License
541 stars 112 forks source link

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

Closed salimdason closed 1 year ago

salimdason commented 2 years ago

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.

hartungstenio commented 1 year ago

Hello. Thanks for your contribution. I will close this, since #88 already got merged.