JourneyJoker/payment/demo/urls.py

7 lines
69 B
Python
Raw Normal View History

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