0006_auto_20170111_1053.py 486 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10 on 2017-01-11 09:53
  3. from __future__ import unicode_literals
  4. from django.db import migrations, models
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('services', '0005_auto_20170102_0003'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='servicetype',
  12. name='name',
  13. field=models.CharField(max_length=64, unique=True, verbose_name='Nom'),
  14. ),
  15. ]