Hi,
Yes it is looking for an 'accounts/login/extent/login.css'. But other
apps which i wrote views myself get everything from '/extend' directory.
How can i fix that?
Yours Sincerely,

2010/1/28 Atamert Ölçgen <[email protected]>:
> On Thursday 28 January 2010 13:26:37 H.Ibrahim YILMAZ wrote:
>>     (r'^extend/(?P<path>.*)$', 'django.views.static.serve',
>>         {'document_root': '/home/ibrahim/example/extend'}),
>>     (r'^accounts/login/$', 'django.contrib.auth.views.login')
>> )
>>
>> <link href="extend/login.css" rel="stylesheet" type="text/css"
>> media="screen" />
>
>
> Hi H. İbrahim,
> I suspect it is looking for an "accounts/login/extent/login.css". I suggest
> you to use something like Live HTTP headers plugin (or something similar) to
> make sure the correct path is requested. (If this is a development server,
> just reading the console output would do)
>
> Kind Regards,
>
> --
> Saygılarımla,
> Atamert Ölçgen
>
>  -+-
>  --+
>  +++
>
> www.muhuk.com
> [email protected]
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>



-- 
http://www.arkeoloji.web.tr

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to