Because your project contains app, then you can see that the urls.py in the project should include the urls.py in your myapp3 through include , and the urls.py in your myapp3 points the access request to Views in myapp3.
The path is as follows: project.urls->myapp3.urls->myapp3.views
Because your project contains app, then you can see that the urls.py in the project should include the urls.py in your myapp3 through include
, and the urls.py in your myapp3 points the access request to Views in myapp3.
The path is as follows:
project.urls->myapp3.urls->myapp3.views