Files
web2.0-backend/webapp/migrations/0037_auto_20180301_2111.py
2022-01-13 22:10:51 +02:00

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"},
),
]