mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Squash migrations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.0 on 2021-12-31 10:41
|
||||
# Generated by Django 4.0.2 on 2022-04-01 20:25
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -17,9 +17,10 @@ class Migration(migrations.Migration):
|
||||
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('remote_host', models.GenericIPAddressField(default='192.168.4.1', protocol='IPv4')),
|
||||
('remote_port', models.SmallIntegerField(default=2560)),
|
||||
('timeout', models.SmallIntegerField(default=250)),
|
||||
],
|
||||
options={
|
||||
'verbose_name': 'Driver Configuration',
|
||||
'verbose_name': 'Configuration',
|
||||
},
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user