Implement viewing live and DB information from account
This commit is contained in:
@@ -93,6 +93,11 @@ urlpatterns = [
|
||||
accounts.AccountAction.as_view(),
|
||||
name="account_action",
|
||||
),
|
||||
path(
|
||||
"accounts/<str:type>/info/<str:account_id>/",
|
||||
accounts.AccountInfo.as_view(),
|
||||
name="account_info",
|
||||
),
|
||||
path("trades/<str:type>/", trades.Trades.as_view(), name="trades"),
|
||||
path("trades/<str:type>/add/", trades.TradeAction.as_view(), name="trade_action"),
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user