20 lines
454 B
Python
20 lines
454 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2018-03-01 19:11
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("webapp", "0036_auto_20180301_2011"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="committee",
|
|
options={"verbose_name": "Committee", "verbose_name_plural": "Committees"},
|
|
),
|
|
]
|