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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.