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