dodata provera za email i orgnaziation name
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.3 on 2025-05-06 16:56
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0013_alter_organization_change_rate_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='organization',
|
||||
name='customer_base',
|
||||
field=models.CharField(blank=True, help_text='How would you characterize your customer base distribution?', max_length=255, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user