124bit

Results 6 comments of 124bit

I changed: filesystem.py ``` python def _mimetype(self, path): """ Attempt to read the file's mimetype """ return None #unicode filename support ``` storage.py ``` python def _mimetype(self, path): """ Attempt...

It would be greate not to use image_file as source. I want to use url string, shows the position of image at my server. not > {% generateimage 'myapp:thumbnail' source=source_image...

it can be done by changing def get_cachefile in imagekit/templatetags/imagekit.py to: (working on windows) ``` python from django.utils.safestring import SafeText def get_cachefile(context, generator_id, generator_kwargs, source=None): generator_id = generator_id.resolve(context) kwargs =...

oh.. I only needed to use local urls =)). I thought about "every time opening" problem. But I don't know how to solve it. Maybe you can suggest something? I...

still an issue for me (android&python)