django-awesome-avatar icon indicating copy to clipboard operation
django-awesome-avatar copied to clipboard

updated documentation with instructions for South

Open robbyt opened this issue 10 years ago • 1 comments

robbyt avatar Jul 30 '14 00:07 robbyt

I see that this code is already included here: https://github.com/dimka665/django-awesome-avatar/blob/master/awesome_avatar/fields.py#L17-L21 - however this does not get called when you import the field class via from awesome_avatar.fields import AvatarField - and south will not be able to generate a migration for the new field type.

robbyt avatar Jul 31 '14 17:07 robbyt