Venelin Stoykov

Results 157 comments of Venelin Stoykov

I'm not sure if this patch will work with storages different than the local FS.

From the traceback: ``` ... File "/usr/local/lib/python3.6/dist-packages/rest_framework/utils/encoders.py" in default 67. return tuple(item for item in obj) File "/usr/local/lib/python3.6/dist-packages/rest_framework/utils/encoders.py" in 67. return tuple(item for item in obj) File "/usr/local/lib/python3.6/dist-packages/django/core/files/base.py" in __iter__...

Thank you for the information. As I see you probably has few extra methods/properties in the model `avatar_url`, `avatar_100_url`, `avatar_50_url`, which will probably are just basic getter for the `url`...

Currently I have no time to look on this. If someone can debug it and came up with a patch I will be very greatfull.

Can you send the whole traceback?

From what I read in the comments I think that the problem is caused by some imports in project's settings. @joshuairl did you have any imports in your settings module...

@pat1 this is the exact problem that others are facing. The reason is because we import a lot of stuff in `imagekit/__init__.py`. Some of these import is causing probably Django...

@jedie and did you have any other imports in settings? If you have which one? When dis happens - when running trough `manage.py` or when running trough some WSGI server...

Verry strange. What version of Django and ImageKit are you using?

Sorry that I didn't saw the versions of django and imagekit in your previous comments. I see that you are not using the latest version of imagekit. From the version...