intial work on #2647 - caching

This commit is contained in:
John Anderson
2019-04-15 03:55:33 -04:00
parent 3f1569a614
commit aae36cdce2
13 changed files with 288 additions and 186 deletions

View File

@@ -18,6 +18,14 @@ django-filter
# https://github.com/django-mptt/django-mptt
django-mptt
# Prometheus metrics client implementation for Django
# https://github.com/korfuri/django-prometheus
django-prometheus
# 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