Commit 4ebc993a by Őry Máté

dashboard: format views' import lines

parent abf2aa9b
from django.core import signing
from django.views.generic import TemplateView, DetailView
from django_tables2 import SingleTableView
from tables import VmListTable
from django_tables2 import SingleTableView
from vm.models import Instance
from django.core import signing
from .tables import VmListTable
class IndexView(TemplateView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment