from django.urls import path from billing.edit import views urlpatterns = [ path('edit_payment_modal', views.edit_payment_modal, name='edit_payment_modal'), ]