1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-29 23:51:08 +02:00

Django upgrade

This commit is contained in:
Alexandre Iooss
2019-08-10 10:44:17 +02:00
parent 80055771e9
commit a6dc8653af
19 changed files with 240 additions and 137 deletions

View File

@ -6,6 +6,7 @@ from django.conf.urls import url
from . import views
app_name = 'logs'
urlpatterns = [
url(r'^$', views.index, name='index'),
url(r'^stats_actions/$', views.stats_actions, name='stats-actions'),