fix :-)
This commit is contained in:
parent
3a8d5b2207
commit
350041c587
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ def exportSeznamuPrednasekNeHodnoceni(req, seznam):
|
||||||
seznam = get_object_or_404(Seznam, id=seznam)
|
seznam = get_object_or_404(Seznam, id=seznam)
|
||||||
|
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
|
import csv
|
||||||
|
|
||||||
# Kód jsem zkopíroval přímo z tutoriálu
|
# Kód jsem zkopíroval přímo z tutoriálu
|
||||||
# https://docs.djangoproject.com/en/4.0/howto/outputting-csv/
|
# https://docs.djangoproject.com/en/4.0/howto/outputting-csv/
|
||||||
|
|
Loading…
Reference in a new issue