1👍
It will send it to all views that are included, so you can implement this with:
path('<str:lang>/auth/', include('apps.auth.routes'), name='auth_routes')
Source:stackexchange.com
1👍
It will send it to all views that are included, so you can implement this with:
path('<str:lang>/auth/', include('apps.auth.routes'), name='auth_routes')