13 lines
270 B
Python
13 lines
270 B
Python
# Generated by Django 4.2.7 on 2024-01-19 09:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("aircox", "0015_program_editors"),
|
|
("aircox", "0018_alter_staticpage_attach_to"),
|
|
]
|
|
|
|
operations = []
|