This commit is contained in:
anhduy-tech
2026-03-24 15:51:04 +07:00
parent c00b79f7c4
commit 6a669e1b0e
13 changed files with 119 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.1.7 on 2026-03-24 06:45
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0004_alter_user_email_alter_user_username'),
]
operations = [
migrations.AlterField(
model_name='user',
name='username',
field=models.CharField(max_length=50, null=True),
),
]