remove an old view

This commit is contained in:
Andreas Zweili 2019-06-10 22:25:27 +02:00
parent 9647da27f8
commit 6fbeae0e66
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@ class ComputerList(ListView):
return queryset
class CronJobList(ListView):
model = CronJob
template_name = 'inventory/cronjob_list.html'
class DeviceList(ListView):
model = Device
context_object_name = 'device_list'