123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- from __future__ import unicode_literals
- from django.db import models, migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('fdnwhitelabel', '0002_auto_20150616_1459'),
- ]
- operations = [
- migrations.AlterModelOptions(
- name='fdnwhitelabel',
- options={'verbose_name': 'marque blanche FDN'},
- ),
- ]
|