JourneyJoker/payment/demo/urls.py
2021-04-18 12:02:17 +02:00

6 lines
67 B
Python

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