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

Update urls.py

Open brunovila opened this issue 3 years ago • 1 comments
trafficstars

Change path by re_path (path deleted in django 4+)

brunovila avatar May 15 '22 22:05 brunovila

I see path in the documentation for version 4.1: https://docs.djangoproject.com/en/4.1/ref/urls/#path

I thought re_path was just the regex version of path? Aren't they two separate things?

ekerstein avatar May 21 '22 06:05 ekerstein