Comment (by VJ Magar):
Replying to [comment:2 Mariusz Felisiak]:
> The `django.conf.urls.url` alias was deprecated in Django 3.1 and
removed in Django 4.0.
Hey Mariusz Felisiak,
I knew that `django.conf.urls.url` was removed in Django 4.0. However, I
was getting this error when setup the new django project.
It turns out that I had accidentally used older version of Django (some
old django from global space).
Thanks for quickly marking this issue as invalid. It saved few hours of
mine
--
Ticket URL: <https://code.djangoproject.com/ticket/34471#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.