mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-24 21:04:49 +02:00
Update check
This commit is contained in:
parent
578f7a63f9
commit
03a9c12696
24 changed files with 349 additions and 16 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.0.1 on 2024-02-22 18:03
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wireguard', '0009_webadminsettings'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='webadminsettings',
|
||||
name='webadmin_settings',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue