Hi,
more of your code (views, htmls) would help to find where the problem is. So
far it looks like Django is unable to find your html file. Or maybe it's
something that i'm facing right now, everything is ok but when i call
specific view, i get 404 on windows but not on Mac, there's everything ok.

R.


lperkov wrote:
> 
> Hey tnx for replying :) 
> I know the rules for html links and links for other pages like
> www.google.com are working, but local files which I made, are don't want
> to show in browser and I ger error:
> 
> Page not found (404)
> Request Method:       GET
> 
> Using the URLconf defined in application.urls, Django tried these URL
> patterns, in this order:
> 
>    1. ^admin/(.*)
>    2. ^page/$
>    3. ^page/$
>    4. ^page/$
>    5. ^page/$
>    6. ^page/$
>    7. ^media/(?P<path>.*)$
> 
> The current URL, page/templates/some_page.html, didn't match any of these.
> 
> 
> 
> urukay wrote:
>> 
>> try look at this:
>> 
>> http://www.w3schools.com/html/html_links.asp
>> 
>> R.
>> 
>> 
>> 
>> lperkov wrote:
>>> 
>>> hi, i'm pretty new in django.. so i have basic problems :) 
>>> ..my index file (work in browser) don't want to link other pages.. i
>>> have done all that stuff with registration template folder.. 
>>> {{include somepage.html}} is working, too.. only when i write "a
>>> href="somepage.html"" is not working..
>>> 
>>> can someone now what is the problem??
>>> 
>>> tnx everyone!
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/html-a-href-tp21533102p21577583.html
Sent from the django-users mailing list archive at Nabble.com.


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