Re: Error Message regarding len()

2009-09-25 Thread Nick
You were exactly right, it was a sloppy mistake. Thanks for looking at this. Time to move on to the next error I just got. On Sep 25, 3:40 pm, Brian McKeever wrote: > I'd guess that you didn't set AWS_SECRET_ACCESS_KEY correctly in your > settings. > > http://code.welldev.org/django-storages/w

Re: Error Message regarding len()

2009-09-25 Thread Brian McKeever
I'd guess that you didn't set AWS_SECRET_ACCESS_KEY correctly in your settings. http://code.welldev.org/django-storages/wiki/S3Storage On Sep 25, 2:12 pm, Nick wrote: > something like this? > > Environment: > > Request Method: POST > Request URL:http://localhost:8000/admin/StoryWall/statefair/1

Re: Error Message regarding len()

2009-09-25 Thread Nick
something like this? Environment: Request Method: POST Request URL: http://localhost:8000/admin/StoryWall/statefair/16/ Django Version: 1.2 pre-alpha SVN-11434 Python Version: 2.5.4 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'djan

Re: Error Message regarding len()

2009-09-25 Thread Brian McKeever
A stack trace would be more useful. On Sep 25, 12:07 pm, Nick wrote: > I'm using the django-storages backends from David Larlet to upload > images to s3 from inside the admin.  When i try to run everything I > get an error: > > object of type 'NoneType' has no len() > > Here is my model: > > fro

Error Message regarding len()

2009-09-25 Thread Nick
I'm using the django-storages backends from David Larlet to upload images to s3 from inside the admin. When i try to run everything I get an error: object of type 'NoneType' has no len() Here is my model: from django.db import models from django.core.files.storage import default_storage as s3_