[Django]-How to make Router display urls from Multiple apps in Browsable API root view in Django REST Framework?

0👍

If I understand your question correctly, you need to create a urls.py for the apps folder that includes the urls.py for each app inside of apps. Then in your projects root urls.py, include the urls.py in apps/. Post your current urls if you don’t understand.

Leave a comment