# -*- coding: utf-8 -*- # Generated by Django 1.11.12 on 2019-04-18 09:18 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('grandlyon_cartads_cs', '0001_initial'), ] operations = [ migrations.AddField( model_name='glcartadscs', name='sendfile_ws_dirname', field=models.CharField(blank=True, max_length=256, verbose_name='Sendfile Webservice Directory Name'), ), migrations.AddField( model_name='glcartadscs', name='sendfile_ws_url', field=models.URLField(blank=True, max_length=256, verbose_name='Sendfile Webservice URL'), ), ]