separate views out 2/2
All checks were successful
Django CI/CD / test (push) Successful in 57s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2024-08-12 21:52:26 +02:00
parent c3f99d124c
commit 2fd44c1f53
10 changed files with 45 additions and 97 deletions

View File

@ -83,8 +83,7 @@ TEMPLATES = [
"django.template.context_processors.request",
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"games.views.model_counts",
"games.views.stats_dropdown_year_range",
"games.views.general.model_counts",
],
"builtins": [
"template_partials.templatetags.partials",