On Friday 14 Oct 2005 1:27 pm, Sune Kirkeby wrote:
> On 10/14/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> > On Friday 14 Oct 2005 12:36 pm, Sune Kirkeby wrote:
> > > You have to setup another web-server for your media-files,
> > > and for the admin media-files.
> >
> > why? you can do every
On 10/14/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>
> On Friday 14 Oct 2005 12:36 pm, Sune Kirkeby wrote:
> > You have to setup another web-server for your media-files,
> > and for the admin media-files.
>
> why? you can do everything on the same webserver - at least i can :-)
Okay. Ixnay
On Friday 14 Oct 2005 12:36 pm, Sune Kirkeby wrote:
> You have to setup another web-server for your media-files,
> and for the admin media-files.
why? you can do everything on the same webserver - at least i can :-)
--
regards
kg
http://www.livejournal.com/users/lawgon
tally ho! http://avsap.o
On 10/13/05, jms <[EMAIL PROTECTED]> wrote:
> I expected everything under the MEDIA_URL to be served from the
> MEDIA_ROOT, but all I get are 404s:
Django does not serve static files; MEDIA_URL tells Django the
prefix it should use in media-references, MEDIA_ROOT tells
Django where it should put
Hi,
I have a simple problem I can't seem to sort out, I can't make use of
the media root under the built in server when developing.
I have done this in main.py in my project:
MEDIA_ROOT = '/path/to/some/folder/www/'
MEDIA_URL = 'http://localhost:8000/www/'
I expected everything under the MEDIA
5 matches
Mail list logo