urls django_spire.ai.sms.urls app_name = 'sms' module-attribute urlpatterns = [path('webhook/', views.webhook_view, name='webhook')] module-attribute