mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-09 15:00:21 -04:00
19 lines
377 B
Python
19 lines
377 B
Python
# Generated by Django 3.0.7 on 2020-06-14 20:44
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='token',
|
|
name='isStudent',
|
|
field=models.BooleanField(default=True),
|
|
),
|
|
]
|