fix - update page access - v3

This commit is contained in:
2025-12-01 10:25:27 +03:30
parent f1cc524863
commit f66067778c
5 changed files with 144 additions and 37 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-12-01 06:53
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authorization', '0022_alter_role_description'),
]
operations = [
migrations.AlterField(
model_name='page',
name='code',
field=models.CharField(max_length=100),
),
]