Serving admin media files

2009-11-23 Thread Oleg Oltar
Hi I am trying to serve static files from another domain (sub domain of current domain). To serve all media files I used this settings: MEDIA_URL = 'http://media.bud-inform.co.ua/' So when in template I used {{ MEDIA_URL }} it was replace with the setting above. Now I am trying to serv

Re: Newbie going nuts: Serving admin media files

2007-02-08 Thread [EMAIL PROTECTED]
Sorry, should have posted that urls.py is set right -- it worked before, and if I go to a bad url, the Django error says it searched the url pattern I have set for my admin (in this case /data/admin). Sure enough, I checked my error logs like Rob suggested and am getting a segmentation fault, as

Re: Newbie going nuts: Serving admin media files

2007-02-08 Thread voltron
Hi Matt! Have you checked your urls.py settings? You should map "yoursite/data/ admin" to the admin view On Feb 8, 10:11 pm, "oggie rob" <[EMAIL PROTECTED]> wrote: > > and have forgotten what I did. Now, when I try to call up my admin > > pages, I get nothing. A blank. So my hunch is that apa

Re: Newbie going nuts: Serving admin media files

2007-02-08 Thread oggie rob
> and have forgotten what I did. Now, when I try to call up my admin > pages, I get nothing. A blank. So my hunch is that apache isn't > serving up my admin media files, but I can't figure out why. Any help > is greatly appreciated. I don't think it is not your media files. If you had no media fi

Newbie going nuts: Serving admin media files

2007-02-08 Thread [EMAIL PROTECTED]
I had this working once, but tinkered with something, took a week off and have forgotten what I did. Now, when I try to call up my admin pages, I get nothing. A blank. So my hunch is that apache isn't serving up my admin media files, but I can't figure out why. Any help is greatly appreciated. I'