Re: Re: serving static images

2006-09-11 Thread Jay Parlar
On 9/11/06, Allan Henderson <[EMAIL PROTECTED]> wrote: > > i'll give you the settings file too- here you go! bear in mind i've > been changing things within so likely has changed from last time. > Thanks for all this. > > > URLS.PY > from django.conf.urls.defaults import * >

Re: Re: serving static images

2006-09-11 Thread Allan Henderson
i'll give you the settings file too- here you go! bear in mind i've been changing things within so likely has changed from last time. Thanks for all this. URLS.PY from django.conf.urls.defaults import * from django.conf import settings STATIC_LOC="/django/django_projects/ja

Re: Re: serving static images

2006-09-11 Thread Jay Parlar
On 9/12/06, Allan Henderson <[EMAIL PROTECTED]> wrote: > > Thanks Jay but that doesn't appear to make any difference. I wonder > is it how i have settings.py set up but nothing jumps out at me when > trying to find where I've gone wrong. Don't know if its important but > I'm on a mac and I'm try

Re: Re: serving static images

2006-09-11 Thread Allan Henderson
Thanks Jay but that doesn't appear to make any difference. I wonder is it how i have settings.py set up but nothing jumps out at me when trying to find where I've gone wrong. Don't know if its important but I'm on a mac and I'm trying to accomplish this through the built-in dev server. Not much