This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
csmb-housewars/housewars/migrations/0008_merge_20220907_2259.py

14 lines
286 B
Python

# Generated by Django 4.0.4 on 2022-09-07 22:59
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('housewars', '0005_alter_teacher_grade'),
('housewars', '0007_alter_facilitator_activity'),
]
operations = [
]