PDF nemusí mít zodpovědného orga!
This commit is contained in:
parent
8a5659420d
commit
2304a8282c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
|||
def pridej_orgy(apps, schema_editor):
|
||||
PDF = apps.get_model('korektury', 'KorekturovanePDF')
|
||||
for pdf in PDF.objects.all(): # Tohle by asi mělo jít udělat pomocí update, ale moc práce a rychlé hledání taky nepomohlo.
|
||||
pdf.orgove.add(pdf.org)
|
||||
if pdf.org is not None: pdf.orgove.add(pdf.org)
|
||||
pdf.save() # ig?
|
||||
|
||||
def vyber_orga(apps, schema_editor):
|
||||
|
|
Loading…
Reference in a new issue