|
|
@ -31,7 +31,6 @@ import os |
|
|
|
import os.path as op |
|
|
|
from django.conf import settings |
|
|
|
import unicodedata |
|
|
|
import logging |
|
|
|
import time |
|
|
|
from collections.abc import Sequence |
|
|
|
|
|
|
@ -47,8 +46,6 @@ from personalni.utils import aktivniResitele |
|
|
|
#def temata_v_rocniku(rocnik): |
|
|
|
# return Problem.objects.filter(typ=Problem.TYP_TEMA, rocnik=rocnik) |
|
|
|
|
|
|
|
logger = logging.getLogger(__name__) |
|
|
|
|
|
|
|
def get_problemy_k_tematu(tema): |
|
|
|
return Problem.objects.filter(nadproblem = tema) |
|
|
|
|
|
|
|