JourneyJoker/payment/paypal/urls.py

6 lines
69 B
Python

from django.urls import path
app_name = "paypal"
urlpatterns = [
]