17 lines
401 B
Python
17 lines
401 B
Python
# Generated by Django 4.2.2 on 2024-03-14 16:33
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('hostadmin', '0003_importedidentifiersets_hash'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='importedidentifiersets',
|
|
options={'verbose_name_plural': 'imported identifier sets'},
|
|
),
|
|
]
|