Dependencies for other languages, scheduled tasks import, logs per type, home button filter urls

This commit is contained in:
Luciano Gervasoni
2025-03-27 15:56:02 +01:00
parent a6b25fe915
commit e34284abbe
6 changed files with 382 additions and 143 deletions

View File

@@ -4,7 +4,8 @@ from . import views
urlpatterns = [
path('', views.link_list, name='link_list'),
#
path('logs', views.logs, name='logs'),
path('logs_debug', views.logs_debug, name='logs_debug'),
path('logs_info', views.logs_info, name='logs_info'),
path('logs_error', views.logs_error, name='logs_error'),
#
path('charts/', views.charts, name='charts'),