Indeed, the problem was the shortcut! Now, it just works fine.
Thanks a lot, Koen
André
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googleg
The error message says it all: it is looking for
testporject.polls.views.django.views.static. Notice the first part. It
means your view function is taken from within testproject.polls.views
(which is probably on top in your patterns declaration).
You should take this declaration out of there and a
hi all
i am new to Django and trying to figure out a few things. so far, everything
looks very nice.
but now, i am stuck at something very simple: i cannot manage to serve
static content (images, css, dojo, ...) from Django itself. i have done what
is described at http://www.djangoproject.com/doc
3 matches
Mail list logo