URL redirections

path(‘’, include(‘leden.urls’)),

this must be root slash in root url as below.,

path(‘/’, include(‘leden.urls’)),

Hope it helps.