How to update myapp/urls.py with the proper URLPATTERN?

Do you need to?

No. There’s no requirement that you do it that way.

However, it is the generally-accepted Django practice to keep your urls organized by Django app.

But, it’s certainly valid for you to include a specific url in your root urls.py file.