pridane vyuhgodnocovanie

This commit is contained in:
2025-03-23 19:15:54 +01:00
parent c839638ba7
commit 3e8031da1d
17 changed files with 592 additions and 59 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.1.6 on 2025-03-22 21:10
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0002_add_superuser'),
]
operations = [
migrations.AlterModelManagers(
name='user',
managers=[
],
),
]