So I of course know that serving static files through Django will send you straight to hell but I am confused on how to use a custom url to mask the true location of the fil
Both httpd and Nginx have a way to specify a static file to serve via a header. The exact header varies though, so it's best to put something in the settings to pick the method.