mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
18 lines
358 B
Python
18 lines
358 B
Python
# Generated by Django 3.2.11 on 2022-01-05 12:06
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('training', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='traininglevel',
|
|
options={'ordering': ['department', 'level']},
|
|
),
|
|
]
|