add import for Backup to inventory views

This commit is contained in:
Andreas Zweili 2020-01-11 17:41:39 +01:00
parent af310cdd0d
commit 6bec0be4e4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from django_tables2 import RequestConfig
from django_tables2.views import SingleTableMixin
from guardian.shortcuts import get_objects_for_user
from backups.models import Backup
from customers.models import Customer
from customers.decorators import customer_view_permission