This commit is contained in:
MaM Web user 2022-03-04 22:44:36 +01:00
parent 3a8d5b2207
commit 350041c587

View file

@ -120,6 +120,7 @@ def exportSeznamuPrednasekNeHodnoceni(req, seznam):
seznam = get_object_or_404(Seznam, id=seznam)
from django.http import HttpResponse
import csv
# Kód jsem zkopíroval přímo z tutoriálu
# https://docs.djangoproject.com/en/4.0/howto/outputting-csv/