Dependencies for other languages, scheduled tasks import, logs per type, home button filter urls
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user