Answer the question
In order to leave comments, you need to log in
How in django to refer to the name of the link located in the main url?
Basically, the url contains a link with the name
from the application, I want to access this name, but it gives an error not found
Tell me how to implement
the main url more correctly:
urlpatterns = [
path('test/', include('testapp.urls'), name='test'),
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question