mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
19 lines
392 B
Python
19 lines
392 B
Python
# Generated by Django 3.0.7 on 2020-06-08 22:23
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('api', '0016_auto_20200608_2203'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='classes',
|
|
name='path',
|
|
field=models.CharField(default='', max_length=100),
|
|
),
|
|
]
|