This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import csv
|
||||
from typing import TypeAlias
|
||||
|
||||
from timetracker.games.models import Game
|
||||
from games.models import Game
|
||||
|
||||
DataList: TypeAlias = list[dict[str, str]] | None
|
||||
|
||||
|
@ -7,7 +7,7 @@ import matplotlib.dates as mdates
|
||||
import pandas as pd
|
||||
from django.db.models import F, IntegerField, QuerySet, Sum
|
||||
from django.db.models.functions import TruncDay
|
||||
from timetracker.games.models import Session
|
||||
from games.models import Session
|
||||
|
||||
|
||||
def key_value_to_value_value(data):
|
||||
|
Reference in New Issue
Block a user