Skip to content
Snippets Groups Projects
Commit 4e7ffa8e authored by magicfelix's avatar magicfelix
Browse files

Fix variable name

parent 61778e89
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ def guess_school_id(apps, schema_editor): ...@@ -16,7 +16,7 @@ def guess_school_id(apps, schema_editor):
if not vr or not vr.school_id_untis: if not vr or not vr.school_id_untis:
return return
get_site_preferences()["untis_mysql__school_id"] = school_id get_site_preferences()["untis_mysql__school_id"] = vr.school_id_untis
class Migration(migrations.Migration): class Migration(migrations.Migration):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment