All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
17 lines
287 B
Python
17 lines
287 B
Python
# Generated by Django 6.0 on 2025-12-25 13:14
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('quiz', '0012_file_file_content'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='File',
|
|
),
|
|
]
|