Nepotřebné importy…
This commit is contained in:
parent
69e870f958
commit
c1440687aa
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ from django.db.models import Count,Q
|
||||||
from .models import Oprava,Komentar,KorekturovanePDF, Organizator
|
from .models import Oprava,Komentar,KorekturovanePDF, Organizator
|
||||||
from .forms import OpravaForm
|
from .forms import OpravaForm
|
||||||
|
|
||||||
import subprocess
|
|
||||||
import shutil
|
|
||||||
import os
|
|
||||||
|
|
||||||
class KorekturyListView(generic.ListView):
|
class KorekturyListView(generic.ListView):
|
||||||
model = KorekturovanePDF
|
model = KorekturovanePDF
|
||||||
queryset = KorekturovanePDF.objects.annotate(
|
queryset = KorekturovanePDF.objects.annotate(
|
||||||
|
|
Loading…
Reference in a new issue