18 lines
410 B
Python
18 lines
410 B
Python
# Generated by Django 2.0.6 on 2018-10-22 16:46
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('objectives', '0002_auto_20181015_1237'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='objectivegroup',
|
|
options={'verbose_name': 'Lernzielgruppe', 'verbose_name_plural': 'Lernzielgruppen'},
|
|
),
|
|
]
|