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