Example / recommended procedure for devel edit url.conf like this:

(r'^site_media/(?P<path>.*)$', 'django.views.static.serve',
        {'document_root': '/home/blah/media'}),


And have all media and static files in there. I want to be able to serve 
multiple locations and avoid having to replace /site_media/  with {{ 
STATIC_URL }} all throughout my code once it goes to prod.

thx



-- 
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/-/hyob1b1kc7YJ.
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