Re: serving static content on Windows

2008-04-17 Thread apm
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

Re: serving static content on Windows

2008-04-16 Thread koenb
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

serving static content on Windows

2008-04-16 Thread Andre Meyer
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