0015_auto_20170507_0219.py 484 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11 on 2017-05-07 00:19
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('services', '0014_ipresource_reserved'),
  8. ]
  9. operations = [
  10. migrations.AlterModelOptions(
  11. name='ipresource',
  12. options={'ordering': ['ip'], 'verbose_name': 'ressource IP', 'verbose_name_plural': 'ressources IP'},
  13. ),
  14. ]