U
U
usiting2022-01-04 22:52:53
Django
usiting, 2022-01-04 22:52:53

Page not found Django - How to fix?

There is a snippet of HTML code (menu element for navigating through pages)

<li class="nav-item">
   <a class="nav-link" href="aboutus.html">О НАС</a>
</li>


When opening this page (this is not the main Django page) - this error appears:
61d4a5317744a563901408.jpeg
I tried to enter the full location of the page, it still did not help.
What might be causing this error?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xxvxx, 2022-01-04
@xxvxx

404 means that there is nothing at this address, check the link if there is a file at the address to which the link refers

R
Roman Kitaev, 2022-01-05
@deliro

We read carefully and thoughtfully https://docs.djangoproject.com/en/4.0/topics/http/urls/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question