from core.views import DashboardView ADMIN_URLS = [ ("", DashboardView.as_view(), "demomodule_backend"), ]