7 lines
80 B
Python
7 lines
80 B
Python
from django.urls import path
|
|
|
|
app_name = "prospect_flow"
|
|
urlpatterns = [
|
|
|
|
]
|