On Oct 29, 2:45 pm, SmileyChris <
smileych...@gmail.com> wrote:
> doing it by default seems pretty backwards incompatible, even if we
I was a bit terse, let me expand.
STATICFILES_URL defaults to '/static/'. The StaticFilesHandler (which
is now what is used by runserver) swallows requests to this url.
Yeah, that's about it. Easy to solve for my case (since I was just
using django-staticfiles anyway, I just needed to set
STATICFILES_DIRS) but still was a few minutes of head-scratching as to
what was going wrong.