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