18 lines
382 B
Python
18 lines
382 B
Python
|
# Generated by Django 2.0.5 on 2018-05-21 20:30
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('manuels', '0004_auto_20180521_2226'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='level',
|
||
|
options={'verbose_name': 'classe', 'verbose_name_plural': 'classes'},
|
||
|
),
|
||
|
]
|