Add debug view and import inventory JSON

This commit is contained in:
Joakim Hellsén 2025-08-12 19:52:01 +02:00
commit bab2390109
6 changed files with 211 additions and 6 deletions

View file

@ -48,6 +48,7 @@
<a href="{% url 'twitch:game_list' %}">Games</a> |
<a href="{% url 'twitch:org_list' %}">Organizations</a> |
{% if user.is_authenticated %}
<a href="{% url 'twitch:debug' %}">Debug</a> |
{% if user.is_staff %}
<a href="{% url 'admin:index' %}">Admin</a> |
{% endif %}