Use Redis for caching

This commit is contained in:
R. Miles McCain
2020-04-14 16:02:49 -04:00
parent 73b8fc96d4
commit 5368c9da12
4 changed files with 55 additions and 19 deletions

View File

@@ -20,6 +20,8 @@ emoji-country-flag = "*"
rules = "*"
gunicorn = "*"
psycopg2 = "*"
redis = "*"
django-redis-cache = "*"
[requires]
python_version = "3.6"