1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Cleanup from earlier work on caching

This commit is contained in:
Jeremy Stretch
2019-04-22 14:49:31 -04:00
parent 1be5cf8184
commit c2d0e8fd95
10 changed files with 1 additions and 30 deletions

View File

@@ -3,8 +3,6 @@ from django.conf import settings
from django.contrib.auth.mixins import PermissionRequiredMixin
from django.db.models import Count, Q
from django.shortcuts import get_object_or_404, redirect, render
from django.utils.decorators import method_decorator
from django.views.decorators.cache import cache_page
from django.views.generic import View
from django_tables2 import RequestConfig