Klaus-Uwe Mitterer
a133ea4cb1
Prepare for Minio/S3 media storage Add current FontAwesome Move statics and templates out of core Add navigation menu generation Add name attribute to URLs Probably many other things I forgot by now
5 lines
No EOL
100 B
Python
5 lines
No EOL
100 B
Python
from core.views import DashboardView
|
|
|
|
ADMIN_URLS = [
|
|
("", DashboardView.as_view(), "backend"),
|
|
] |