mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
Adde urls for app
This commit is contained in:
8
computes/urls.py
Normal file
8
computes/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.conf.urls import url
|
||||
from . import views
|
||||
|
||||
urlpatterns =[
|
||||
url(r'^$', views.computes, name='computes'),
|
||||
url(r'^overview/(\d+)/$', views.overview, name='overview'),
|
||||
url(r'^statistics/(\d+)/$', views.compute_graph, name='compute_graph'),
|
||||
]
|
||||
Reference in New Issue
Block a user