Add channel list and detail views

This commit is contained in:
Joakim Hellsén 2025-09-08 22:41:48 +02:00
commit fc52a94284
5 changed files with 365 additions and 1 deletions

View file

@ -77,6 +77,7 @@
<a href="{% url 'twitch:campaign_list' %}">Campaigns</a> |
<a href="{% url 'twitch:game_list' %}">Games</a> |
<a href="{% url 'twitch:org_list' %}">Organizations</a> |
<a href="{% url 'twitch:channel_list' %}">Channels</a> |
<a href="{% url 'twitch:docs_rss' %}">RSS</a> |
{% if user.is_authenticated %}
<a href="{% url 'twitch:debug' %}">Debug</a> |