from django.urls import path, re_path from . import views urlpatterns = [ path('vm_logs//', views.vm_logs, name='vm_logs'), ]