Thanks, but my real problem turned out to be a missing comma after the
staticfiles_dirs entry. After adding it I was able to see files stored on
my hard drive.
On Wednesday, July 17, 2013 2:07:42 AM UTC-4, Lukáš Němec wrote:
>
> Hi,
>
> You are not the first to have trouble when serving image
Hi,
You are not the first to have trouble when serving images from django's
built-in server.
It is not only images, but all staticfiles.
I'd like to clarify your settings.py
The directory you have put in STATICFILES_DIRS will be available to
django as /static/ in your web app, but you need t
Working in a Windows environment without a production server - everything
on one machine for ease of development (or so I thought). Can display
images pulled from the web, but not any stored on local hard drive. Some
of the relevant items in my settings.py looks like this:
MEDIA_ROOT = 'C:/djc
3 matches
Mail list logo