simplify apps

This commit is contained in:
Matteo Rosati
2026-02-11 21:05:49 +01:00
parent 93dafb6a81
commit 9587995354
24 changed files with 67 additions and 166 deletions

View File

@@ -10,7 +10,7 @@ from django.shortcuts import redirect, render
from django.views.decorators.http import require_http_methods
from django_ratelimit.decorators import ratelimit
from .models import UserProfile
from game.models import UserProfile
def home(request):