'The problem with django in the server must be closed and opened every time

I am facing a problem with django. The server must be closed every time something changes, even if it is in the link, for example, localhost:8888/admin and I run the server and visit the site, the control panel appears, but when I change the link in the urls file. py to localhost:8888/any, the browser says that the link does not exist and shows me the option localhost:8888/admin, note that the problem appeared recently and appeared only when using template html and linking it to the project



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source