settings application
.env db params+global settings in admin model ECVI plugin module
This commit is contained in:
18
antifroud/migrations/0011_alter_importedhotel_external_id.py
Normal file
18
antifroud/migrations/0011_alter_importedhotel_external_id.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-14 06:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('antifroud', '0010_synclog'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='importedhotel',
|
||||
name='external_id',
|
||||
field=models.CharField(max_length=255, verbose_name='Внешний ID отеля'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user