add leaderboard view to admin panel

This commit is contained in:
Timur
2025-03-04 06:13:38 +03:00
parent 515c36dd51
commit 3ac2cebffd
3 changed files with 107 additions and 1 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ SESSION_SERIALIZER = "django.contrib.sessions.serializers.JSONSerializer"
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [],
"DIRS": [BASE_DIR / "templates"],
"APP_DIRS": True,
"OPTIONS": {
"autoescape": True,