18 lines
346 B
Python
18 lines
346 B
Python
# Generated by Django 5.0.3 on 2024-05-17 10:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('pruefplan_viewer', '0005_presences_lecturer'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='Presences',
|
|
new_name='Attendance',
|
|
),
|
|
]
|