18 lines
358 B
Python
18 lines
358 B
Python
# Generated by Django 5.1.5 on 2025-01-26 04:20
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('resulation', '0005_alter_savepdf_attendance_file_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='savepdf',
|
|
new_name='resulation',
|
|
),
|
|
]
|