Hallo everyone, thanks for the many answers, the problem is solved. There must have been an error in the urls.py. Now it works with the static serving: # from urls.py: site_media = os.path.join(os.path.dirname(__file__), 'site_media')
urlpatterns += patterns('', url(r'^site_media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': site_media}), ) Now we've also replaced the hardcoded urls with "{{MEDIA_URL}}css/ test.css" -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.