newmediamonitoring/graph/urls.py

9 lines
111 B
Python

from django.contrib import admin
from django.urls import path
from dashboard import views
urlpatterns = [
]