статус с резервуара теперь берется из бд сайта

This commit is contained in:
2024-01-23 13:48:05 +03:00
parent f7dbad696a
commit 71e9fc37e9
8 changed files with 93 additions and 69 deletions

View File

@@ -18,8 +18,5 @@ from django.urls import path
from . import views
urlpatterns = [
path('', views.view_index, name='index'),
path('fetch/stats', views.view_stats, name='fetch-stats'),
path('fetch/tank-chart', views.view_tank_chart, name='fetch-tank-chart'),
# path('methods/<str:method_name>', views.call_method, name='call_method')
path('', views.view_index, name='index')
]