django-newsletter
django-newsletter copied to clipboard
Update urls.py
trafficstars
Change path by re_path (path deleted in django 4+)
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?