mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
19 lines
393 B
Python
19 lines
393 B
Python
# Generated by Django 5.2.12 on 2026-04-16 04:07
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('routermon', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='routermonsettings',
|
|
name='enabled',
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|