mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
22 lines
438 B
Python
22 lines
438 B
Python
# Generated by Django 3.0.7 on 2020-06-06 18:25
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('api', '0006_auto_20200606_1824'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='assignment',
|
|
name='classes',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='assignment',
|
|
name='students',
|
|
),
|
|
]
|