settings application
.env db params+global settings in admin model ECVI plugin module
This commit is contained in:
18
hotels/migrations/0007_hotel_hotel_id.py
Normal file
18
hotels/migrations/0007_hotel_hotel_id.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-14 02:43
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hotels', '0006_remove_hotel_api_remove_hotel_import_status_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='hotel',
|
||||
name='hotel_id',
|
||||
field=models.CharField(blank=True, max_length=255, null=True, unique=True, verbose_name='ID отеля'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user