JourneyJoker/payment/demo/urls.py
Klaus-Uwe Mitterer 329fceea58 Add tabella for pretty data tables
Start demo payment module
Add view for offer selection
2021-04-15 10:34:31 +02:00

6 lines
69 B
Python

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