mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
19 lines
437 B
Python
19 lines
437 B
Python
# Generated by Django 6.0.7 on 2026-07-18 06:41
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('banevents', '0004_noderegistry_alter_banevent_country_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='noderegistry',
|
|
name='dashboard_url',
|
|
field=models.URLField(blank=True, max_length=255),
|
|
),
|
|
]
|