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

change cacheing to use cacheops

This commit is contained in:
John Anderson
2019-04-17 12:29:21 -04:00
parent 6034265dfd
commit 2580b026fe
12 changed files with 31 additions and 77 deletions

View File

@@ -2,6 +2,10 @@
# https://github.com/django/django
Django
# Django caching using Redis
# https://github.com/Suor/django-cacheops
django-cacheops
# Django middleware which permits cross-domain API requests
# https://github.com/OttoYiu/django-cors-headers
django-cors-headers
@@ -18,10 +22,6 @@ django-filter
# https://github.com/django-mptt/django-mptt
django-mptt
# Django caching using Redis
# https://github.com/niwinz/django-redis
django-redis
# Abstraction models for rendering and paginating HTML tables
# https://github.com/jieter/django-tables2
django-tables2