Initial commit

This commit is contained in:
2025-01-20 14:33:03 +05:00
commit 4d0eb86478
84 changed files with 4436 additions and 0 deletions

View 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=[],
),
]