1 from django.urls import re_path, include 2 3 urlpatterns = [re_path(r"^webmention", include("webmention.urls", namespace="webmention"))]