Closed VinCoD closed 1 year ago
I fixe the problem [cannot import name 'url' from 'django.conf.urls' after upgrading ...].
By modifying the from django.urls.conf import url, include to from django.urls import re_path as url, include
from django.urls.conf import url, include
from django.urls import re_path as url, include
Thanks for this observation!!!
I fixe the problem [cannot import name 'url' from 'django.conf.urls' after upgrading ...].
By modifying the
from django.urls.conf import url, include
tofrom django.urls import re_path as url, include