Hi all,

I'm new to Django and Python - been at it for 4 days now - and have  
found it quite straightforward. However, I've come into difficulty  
trying to install Nesh Thumbnail according to the instructions at:  
http://trac.studioquattro.biz/djangoutils/wiki/AppInst

And for the life of me I can't get it to work. I've tried many other  
combinations as well, but to no avail - i.e. placing the files in  
different directories, calling the files in a variety of fashions  
from model.py.

At present, I'm calling it from my model.py file, in my app folder  
called 'Main', with "from nesh.thumbnail import field". When I run  
manage.py syncdb I get no errors. Then when i log into my Admin site,  
all the links to my model objects have disappeared. When I delete  
"from nesh.thumbnail import field" the Admin returns to normal. I've  
not called nesh.thumbnail anywhere else - I.e. settings.py.

The file structure of the project is:

 >>MyProject
                        >>Main
                        >>nesh
                                        >>thumbnails


I'm running on OSX 10.4.8, Python 2.5, Latest Apache 2.2, Latest  
mod_python, Latest Postgres, Django Latest SVN, Nesh Utils/Thumbnail  
Latest SVN. If that helps.

Can someone give me explicit directions on how to get it installed?  
I.e. exactly where to put the files, where on the Pythonpath they  
should live relative to my Project files, exactly how to call them  
from my model (want the ImageWithThumbnailField for my Admin pages),  
any other settings to be aware of, common mistakes.

I was also wondering what:
class Foo(models.Meta):

does as per the example on http://trac.studioquattro.biz/djangoutils/ 
wiki/Thumbnail

as opposed to:
class Meta:

and

class Foo(models.Model):


Cheers and thanks in advance!

Mark

--~--~---------~--~----~------------~-------~--~----~
 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