Move from HTML templates to pure Python

Remove cruft
This commit is contained in:
2026-06-06 07:11:46 +02:00
parent 09db54e940
commit d101aecd70
109 changed files with 2903 additions and 2949 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import requests
from django.db import models
from django.template.defaultfilters import floatformat
logger = logging.getLogger("games")
from games.models import ExchangeRate, Purchase
logger = logging.getLogger("games")
# fixme: save preferred currency in user model
currency_to = "CZK"
currency_to = currency_to.upper()