Hi All,

Sorl thumbnail is creating invalid directories for thumbnails in my
development environment (mac os x, django dev server).

In my local development settings:

MEDIA_URL = "http://localhost:8000/";

I use the "thumbnail" template filter and it generates crazy
directories under my media root as:

- "http/" (yes the directory name has a trailing slash)
    - "localhost/8000" (yes, this is funny too)
        - "logo" (this is the upload_to location)

and the created directory is empty, no thumbnail.

Am I missing something obvious?


Thanks,
omat

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to