18 lines
356 B
Python
18 lines
356 B
Python
# Generated by Django 4.1.6 on 2023-05-14 08:05
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("accounts", "0013_alter_departmenthead_id_alter_parent_id_and_more"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelManagers(
|
|
name="user",
|
|
managers=[],
|
|
),
|
|
]
|