You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to snapboard-discuss
I'm running into relative url issues for media files. Through out the templates, they pull from "/media/css" or "/media/js". This works in some cases of deployment for django, but I'm working in a two host setup where one host is django/db and the other is serving static content. I need to be able to specify from the settings file (or from a local module in the app directory) the root location of the media content.