first commit

This commit is contained in:
2026-01-18 11:29:19 +03:30
commit b42c80cf1c
354 changed files with 14705 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.2.13 on 2025-08-09 09:18
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0003_auto_20250809_1248'),
]
operations = [
migrations.AddField(
model_name='province',
name='tel_prefix',
field=models.CharField(max_length=200, null=True),
),
]