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
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
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
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
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_
5 matches
Mail list logo