Posts by LUCAS GUSTAVO HILLESHEIM • 11 points
1 post
-
1
votes2
answers1130
viewsA: Problems with using include in Django
As you wrote, the syntax can be include((pattern_list, app_namespace), namespace=None) So in your case: path('clientes/', include(("cliente.urls", "cliente"), namespace="cliente"))…