Alex Hung
unread,Sep 19, 2011, 10:10:24 AM9/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to disqus-opensource
Hi,
My site uses Django's collectstatic to serve static files (images, js,
css, etc.). Nexus + Gargoyle runs fine on the local dev server but
when I deploy them to the actual test server which uses collectstatic,
Nexus media urls are all broken since collectstatic doesn't see Nexus
media files.
I can't find any documentation (or Google results) on how to setup
Nexus to serve its media file. Is there a NEXUS_MEDIA_URL setting or
something similar so I can point Nexus to its media files?
Thanks