12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.11 on 2017-05-07 00:19
- from __future__ import unicode_literals
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('services', '0014_ipresource_reserved'),
- ]
- operations = [
- migrations.AlterModelOptions(
- name='ipresource',
- options={'ordering': ['ip'], 'verbose_name': 'ressource IP', 'verbose_name_plural': 'ressources IP'},
- ),
- ]
|