Hi , I'm already setup django-lfs with my django app. I use some lfs-
buildout-development settings.py .Then I run command python manage.py
runserver .Its work when adding new products but when I try to display
product added it show '''Caught AttributeError while rendering:
'Shop' object has no attribute 'content_type''''
Don't know the cause.