# From: https://stackoverflow.com/a/41883421/3673842 path('', include(('app_name.urls', 'app_name'), namespace='app_name')) # E.g. path('', include(('home.urls', 'home'), namespace='home'))