Re: deployment problem gotcha

2010-08-30 Thread Mike Dewhirst
Graham Thanks for your response. Everything works nice now. I read the reference and fixed the missing slashes and commented out print functions if dev-oriented or added the print option file=sys.stderr if reporting an error. Nice to learn something before it bites :) I have decided to keep

Re: deployment problem gotcha

2010-08-30 Thread Graham Dumpleton
On Aug 30, 5:36 pm, Mike Dewhirst wrote: > I had an admin media problem finding base.css in deploying an app from > the Django (svn head) dev server on Windows to Apache 2.2 on Linux > > Because I had prepared this email ready to ask for help, I'm posting it > anyway with the hope that it helps

deployment problem gotcha

2010-08-30 Thread Mike Dewhirst
I had an admin media problem finding base.css in deploying an app from the Django (svn head) dev server on Windows to Apache 2.2 on Linux Because I had prepared this email ready to ask for help, I'm posting it anyway with the hope that it helps someone. Everything else was working. Firebug wa