|
@ -6,7 +6,7 @@ from django.views import generic |
|
|
from django.utils.encoding import force_text |
|
|
from django.utils.encoding import force_text |
|
|
|
|
|
|
|
|
from .models import Problem, Cislo, Reseni, Nastaveni, Rocnik, Soustredeni |
|
|
from .models import Problem, Cislo, Reseni, Nastaveni, Rocnik, Soustredeni |
|
|
from .models import VysledkyZaCislo, VysledkyKCisluZaRocnik, VysledkyKCisluOdjakziva |
|
|
#from .models import VysledkyZaCislo, VysledkyKCisluZaRocnik, VysledkyKCisluOdjakziva |
|
|
from .ovvpfile import OvvpFile |
|
|
from .ovvpfile import OvvpFile |
|
|
|
|
|
|
|
|
class ExportIndexView(generic.View): |
|
|
class ExportIndexView(generic.View): |
|
|