Re: static file problems (newbie)

2008-01-09 Thread [EMAIL PROTECTED]
Thanks, indeed i made a mistake in that part, i changed it to screen and now it works. this is really something i should keep in mind while migrating applications. thanks again, Richard On Jan 9, 4:54 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote: > On Jan 9, 2008 10:28 AM, [EMAIL PROTECTED] <[

Re: static file problems (newbie)

2008-01-09 Thread Marty Alchin
On Jan 9, 2008 10:28 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I can access it, also all the images can be viewed by going to the > url. > It only won't appear in the actual html files. > > > the link that i put in my index file is the following > > > > > media="print" > I have one q

Re: static file problems (newbie)

2008-01-09 Thread [EMAIL PROTECTED]
Hello, I can access it, also all the images can be viewed by going to the url. It only won't appear in the actual html files. Richard On Jan 9, 3:29 pm, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Hi, > > Can you accesshttp://127.0.0.1:8000/css/idap.css? > > Maybe you have a tag in you html?

Re: static file problems (newbie)

2008-01-09 Thread Thomas Guettler
Hi, Can you access http://127.0.0.1:8000/css/idap.css ? Maybe you have a tag in you html? Am Mittwoch, 9. Januar 2008 13:49 schrieb [EMAIL PROTECTED]: > Hello Django Users, > > I looked at the documentation about the static file serving but don't > seem to get it to work. > > the url pattern i

static file problems (newbie)

2008-01-09 Thread [EMAIL PROTECTED]
Hello Django Users, I looked at the documentation about the static file serving but don't seem to get it to work. the url pattern i put down is the following (r'^css/(?P.*)$','django.views.static.serve',{'document_root':'/ Users/cyclops/Documents/crosslinks/idap/qualityControl/templates/ css','s