mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-09 05:44:37 +00:00
lint with black python. convert f style strings to old one. some small fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('vm_logs/<vname>/', views.vm_logs, name='vm_logs'),
|
||||
path("vm_logs/<vname>/", views.vm_logs, name="vm_logs"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user