newmediamonitoring/graph/urls.py

9 lines
111 B
Python
Raw Permalink Normal View History

2020-09-17 08:10:13 +00:00
from django.contrib import admin
from django.urls import path
from dashboard import views
urlpatterns = [
]