On Sun, May 10, 2009 at 12:14 PM, Dan Jewett wrote:
>
> Having trouble getting files in the correct locations apparently.
>
> Here's one example of the setups I've tried:
>
> /Project/
>/backends/
>S3Storage.py
>/App/
>settings.py
>
> /site-packages/
>S3.py
>
> in settings
Having trouble getting files in the correct locations apparently.
Here's one example of the setups I've tried:
/Project/
/backends/
S3Storage.py
/App/
settings.py
/site-packages/
S3.py
in settings.py: DEFAULT_FILE_STORAGE = 'backends.S3Storage.S3Storage'
>>>from django
2 matches
Mail list logo