I have managed to solve using the 
http://stackoverflow.com/questions/6363728/why-cant-i-get-my-static-dir-to-work-with-django-1-3
by adding to url
url(r'^static/(?P<path>.*)$', 'django.views.static.serve', 
{'document_root': settings.STATIC_ROOT } ),

where I have first collected to STATIC_ROOT with collectstatic
Whn it will come to deployment, we will see what happens.
Thanks 
Nenad

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/rjUih6z7DJ4J.
To post to this group, send email to django-users@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.

Reply via email to