You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
516 B

# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-02-17 22:08
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cashonly_core', '0003_debit_limit_null_default'),
]
operations = [
migrations.AddField(
model_name='account',
name='avatar',
field=models.ImageField(blank=True, null=True, upload_to='avatars', verbose_name='avatar'),
),
]