Re: Newbie here, needs help with ImageField

2008-03-10 Thread foxbunny
On Mar 10, 2:10 pm, Michael Newman <[EMAIL PROTECTED]> wrote: > Passing your error along would be helpful because it will help us > pinpoint exactly what part of your code is having issues. Python > traceback is amazing helpful in that if you follow its path, even > though it might not look like a

Re: Newbie here, needs help with ImageField

2008-03-10 Thread Michael Newman
Passing your error along would be helpful because it will help us pinpoint exactly what part of your code is having issues. Python traceback is amazing helpful in that if you follow its path, even though it might not look like anything initially, it will lead you to what the problem is. This is wh

Newbie here, needs help with ImageField

2008-03-10 Thread foxbunny
Hi, I've read the tutorial, and bits of docs here and there. I would like to thank the great Django community for making this a splendid learning experience! So, I felt confident enough to start writing a simple image gallery app. Here's the code for the main app's models.py. http://dpaste.com