mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 09:50:05 +00:00
Initial commit
This commit is contained in:
16
api/migrations/0003_alter_user_managers.py
Normal file
16
api/migrations/0003_alter_user_managers.py
Normal file
@ -0,0 +1,16 @@
|
||||
# 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=[],
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user