Improve game links
All checks were successful
Django CI/CD / test (push) Successful in 1m6s
Django CI/CD / build-and-push (push) Successful in 1m56s

This commit is contained in:
2024-07-09 19:40:47 +02:00
parent 86f8fde8fa
commit ba44814474
11 changed files with 263 additions and 54 deletions

View File

@ -41,6 +41,7 @@ INSTALLED_APPS = [
"template_partials",
"graphene_django",
"django_htmx",
"slippers",
]
GRAPHENE = {"SCHEMA": "games.schema.schema"}
@ -85,7 +86,10 @@ TEMPLATES = [
"games.views.model_counts",
"games.views.stats_dropdown_year_range",
],
"builtins": ["template_partials.templatetags.partials"],
"builtins": [
"template_partials.templatetags.partials",
"slippers.templatetags.slippers",
],
},
},
]