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