improve registration flows
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 5s
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 5s
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Generated by Django 5.2 on 2026-08-03 18:24
|
||||
|
||||
import api.storages
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("api", "0020_alter_user_id_card_photo"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="user",
|
||||
name="id_card_photo",
|
||||
field=models.FileField(
|
||||
blank=True,
|
||||
help_text="ID card / passport (JPG, PNG or PDF) uploaded by the user for manual review.",
|
||||
null=True,
|
||||
storage=api.storages.idcard_storage,
|
||||
upload_to="",
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user