smazané testovací printy
This commit is contained in:
parent
ed565018a6
commit
bac96ca2be
1 changed files with 0 additions and 6 deletions
|
@ -585,12 +585,6 @@ def group_by_rocnik(clanky):
|
|||
clanky.order_by('cislo__rocnik__rocnik')
|
||||
skupiny_clanku = []
|
||||
skupina = []
|
||||
|
||||
print(f"Články {clanky}")
|
||||
print(clanky.first())
|
||||
print(clanky.first().cislo)
|
||||
print(clanky.first().cislo.rocnik)
|
||||
print(clanky.first().cislo.rocnik.rocnik)
|
||||
|
||||
rocnik = clanky.first().cislo.rocnik.rocnik # první ročník
|
||||
for clanek in clanky:
|
||||
|
|
Loading…
Reference in a new issue