expephalon-demomodule/urls.py

5 lines
111 B
Python

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