Re: Save Handlers and a newbie to Django

2010-10-15 Thread Blue Cuenca
On 10/15/2010 9:01 PM, Devin M wrote: > Hello everyone, > I am writing a save handler in my models.py file to run a few > actions after a save. to do this I have a function called make_photos > and a connection to the post_save signal. > Here is my code: > > > The only problem i have with thi

Re: sorl thumbnail

2011-06-10 Thread Blue Cuenca
Is your cache, readable and writable to other groups/users as well? On 6/11/2011 1:11 AM, Greg Donald wrote: > On Fri, Jun 10, 2011 at 11:59 AM, Greg Donald wrote: >> File "/usr/local/lib/python2.6/dist-packages/PIL/ImageFile.py", line >> 52, in raise_ioerror >> raise IOError(message + " when

Re: Help getting started.....I think it is installed correctly

2011-01-01 Thread Blue Cuenca
/home/mycode or /home is a linux location. Apparently, you are using windows. I would suggest creating a folder for all your django projects, say C:\DjangoProjects\ , and run django-admin.py from there. You do not want to put your django project folder in your www folder, since that may allow ac