Format and color JSON in all views
This commit is contained in:
parent
9243a082b3
commit
bd16fefd08
4 changed files with 38 additions and 15 deletions
|
|
@ -23,7 +23,7 @@ urlpatterns: list[URLPattern] = [
|
|||
path("games/", views.GamesGridView.as_view(), name="game_list"),
|
||||
path("games/list/", views.GamesListView.as_view(), name="game_list_simple"),
|
||||
path("games/<str:twitch_id>/", views.GameDetailView.as_view(), name="game_detail"),
|
||||
path("organizations/", views.OrgListView.as_view(), name="org_list"),
|
||||
path("organizations/", views.org_list_view, name="org_list"),
|
||||
path("organizations/<str:twitch_id>/", views.organization_detail_view, name="organization_detail"),
|
||||
path("channels/", views.ChannelListView.as_view(), name="channel_list"),
|
||||
path("channels/<str:twitch_id>/", views.ChannelDetailView.as_view(), name="channel_detail"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue