mirror of https://github.com/interlegis/sapl.git
Rogério Frá
7 years ago
committed by
Edward
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.9.13 on 2018-02-19 10:28 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('base', '0013_auto_20180201_1338'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='casalegislativa', |
||||
|
name='logotipo', |
||||
|
field=models.ImageField(blank=True, upload_to='sapl/public/casa/logotipo/', verbose_name='Logotipo'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue