Show trades
This commit is contained in:
@@ -143,4 +143,10 @@ urlpatterns = [
|
||||
platforms.PlatformDelete.as_view(),
|
||||
name="platform_delete",
|
||||
),
|
||||
# Trades
|
||||
path(
|
||||
"trades/<str:type>/",
|
||||
platforms.PlatformTrades.as_view(),
|
||||
name="trades",
|
||||
),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user