mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-22 22:12:00 +00:00
17 lines
318 B
Python
17 lines
318 B
Python
# Generated by Django 5.1.2 on 2025-01-20 04:33
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("api", "0002_alter_user_email"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelManagers(
|
|
name="user",
|
|
managers=[],
|
|
),
|
|
]
|