> Jorge's suggestion is correct for troubleshooting the
> DJANGO_SETTINGS_MODULE error, but it is almost certainly unrelated to
> the problems you're having using nesh.

In the manage.py shell an error when I do the export
File "<console>", line 1
export DJANGO_SETTINGS_MODULE = speakeasy.settings
                                ^(arrow is under the E)
SyntaxError: invalid syntax

> Can you be more specific about what problem you're having with nesh?
> What did you try?
> What code did you use?
> What did you expect to happen?
> What actually happened?

First I tried the ImageWithThumbnailField and in the models and the
models disappeared from the admin. After fooling around with the code
I realized that I needed to use speakeasy.nesh.thumbnail instead of
the default value and it so now the admin field shows up and it
uploads the images but does not create the thumbnails.

This nesh says that the thumbnail creation would fail if PIL isn;t set
up correctly. I tried reinstalling and PIL goes without any errors. So
that isn't the problem.

After fooling around with the I decided to work on the template
filters. Plugging those in as {{image.get_photograph_url|
thumbnail:"width=120"}}. Once again this fails silently and the
original image and size shows up and no thumbnail is created.

Going through the utils.py and the template filter code the only error
I ran into was that import error, which is apparently not an error.

> We'll get this figured out.  Welcome to programming.  :)

Thanks for all. This is really fun when it's not frustrating:)


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

Reply via email to