Re: difficulty with static files

2013-01-16 Thread Fred Kingham
ok, I do think its confusing, but I'm happy to admit it might just be me. On Thursday, November 29, 2012 6:00:26 PM UTC, Sammy wrote: > > Hello django experts > I am unable to get my static files to work. Here are my settings: > > projectfiles > | > |-myproject > | | > | |-static

Re: difficulty with static files

2013-01-16 Thread Fred Kingham
ah ok cool thanks On Thursday, November 29, 2012 6:00:26 PM UTC, Sammy wrote: > > Hello django experts > I am unable to get my static files to work. Here are my settings: > > projectfiles > | > |-myproject > | | > | |-static > | | | > | | |-css > | | |-

Re: difficulty with static files

2013-01-16 Thread Tom Evans
On Wed, Jan 16, 2013 at 10:38 AM, Fred Kingham wrote: > not sure if this is the right place to post this, but doesn't this - > > https://docs.djangoproject.com/en/dev/howto/static-files/#serving-static-files-in-development > > "If using runserver for local development (and the DEBUG setting is Tru

Re: difficulty with static files

2013-01-16 Thread Fred Kingham
not sure if this is the right place to post this, but doesn't this - https://docs.djangoproject.com/en/dev/howto/static-files/#serving-static-files-in-development "If using *runserver*for local development (an

Re: difficulty with static files

2013-01-12 Thread Sammy
Tom - thanks so much. I was able to resolve it. On Thursday, November 29, 2012 10:00:26 AM UTC-8, Sammy wrote: > > Hello django experts > I am unable to get my static files to work. Here are my settings: > > projectfiles > | > |-myproject > | | > | |-static > | | | > |

Re: difficulty with static files

2012-11-29 Thread Tom Evans
On Thu, Nov 29, 2012 at 6:00 PM, Sammy wrote: > Hello django experts > I am unable to get my static files to work. Here are my settings: > > projectfiles > | > |-myproject > | | > | |-static > | | | > | | |-css > | | |-js > | |-__init__.py >

difficulty with static files

2012-11-29 Thread Sammy
Hello django experts I am unable to get my static files to work. Here are my settings: projectfiles | |-myproject | | | |-static | | | | | |-css | | |-js | |-__init__.py | |-settings.py | |-urls.py | |-wsgi.py | |