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.
Source:stackexchange.com