fix - device pre register & exception handling with json response
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Generated by Django 5.0 on 2025-11-09 11:00
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0048_alter_bankaccountinformation_account_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='bankaccountinformation',
|
||||
name='account',
|
||||
field=models.CharField(blank=True, max_length=25, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='bankaccountinformation',
|
||||
name='card',
|
||||
field=models.CharField(blank=True, max_length=25, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='bankaccountinformation',
|
||||
name='name',
|
||||
field=models.CharField(blank=True, max_length=150, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='bankaccountinformation',
|
||||
name='sheba',
|
||||
field=models.CharField(blank=True, max_length=30, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user