from django.urls import path from .views import unsubscribe urlpatterns = [ path('unsubscribe/', unsubscribe), ]