1
0
Fork 0

Adds redis cache backend

This commit is contained in:
Mouse Reeve 2022-01-05 08:27:31 -08:00
parent b91649478b
commit 629140cad4
2 changed files with 15 additions and 0 deletions

View file

@ -17,6 +17,7 @@ django-rename-app==0.1.2
pytz>=2021.1
boto3==1.17.88
django-storages==1.11.1
django-redis==5.2.0
# Dev
black==21.4b0