This commit is contained in:
2026-04-29 02:58:56 +03:30
parent f0f2ac34b7
commit 27784ee8b9
15 changed files with 1277 additions and 36 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
from django.urls import path
from .views import AlertTimelineView, AlertTrackerView
from .views import AlertTrackerView
urlpatterns = [
path("tracker/", AlertTrackerView.as_view(), name="farm-alerts-tracker"),
path("timeline/", AlertTimelineView.as_view(), name="farm-alerts-timeline"),
]