Specifying a namespace in include() without providing an app_name is not supported. Set the app_name attribute in the included module, or pass a 2-tuple containing the list of patterns and app_name instead.
stay url.py
Long to :
from django.urls import path, include
path("", include(("app name .urls", "app name "), namespace=" Alias ")),