12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.10.7 on 2017-04-15 21:07
- from __future__ import unicode_literals
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('services', '0011_auto_20170301_1502'),
- ]
- operations = [
- migrations.AlterModelOptions(
- name='resourceallocation',
- options={'ordering': ['-start'], 'verbose_name': 'allocation', 'verbose_name_plural': 'allocations'},
- ),
- ]
|