dev #21

Merged
jjminguez merged 10 commits from dev into master 2026-04-14 21:28:09 +00:00
Showing only changes of commit 049764b79c - Show all commits

View File

@@ -1,17 +0,0 @@
# Generated by Django 5.0.3 on 2026-04-14 19:11
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('backend_admin', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='log',
options={'managed': False},
),
]