Begin implementing better payment simulation
This commit is contained in:
@@ -267,4 +267,9 @@ urlpatterns = [
|
||||
linkgroups.LinkGroupInfo.as_view(),
|
||||
name="linkgroup_info",
|
||||
),
|
||||
path(
|
||||
"links/<str:type>/simulate/<str:pk>/",
|
||||
linkgroups.LinkGroupSimulation.as_view(),
|
||||
name="linkgroup_simulate",
|
||||
),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user