Re: static files, runserver debug=True

2013-01-16 Thread Fred Kingham
013 at 6:54 AM, Fred Kingham > > > wrote: > > Can you serve static files like you would in production from the django > > runserver? > > it depends on what you mean by "like you would in production": > > if you mean "separate processes for static

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 > | | |-

static files, runserver debug=True

2013-01-16 Thread Fred Kingham
not sure if this is a stupid question but... collect static works fine, running off apache it serves static files fine and it runs fine with debug=True. Can you serve static files like you would in production from the django runserver? Or is this just something that can't be done. Thanks for

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