Utilizando cache de django

This commit is contained in:
Daniel Cortes
2020-06-08 02:10:01 -04:00
parent 6498bf9c48
commit 0d2d23e2e1
3 changed files with 21 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ djangorestframework # The framework to create the api
pygments # To make cute pretty prints XD
ratelimit # To rate limit request to musicbrainz
redis # To comunicate with redis
django-redis # Redis backend for django
requests # Saner request library
blake3 # To use blake3 hashing, since python seeds every hash on hashlib and is different between instances
country_list # To transform country codes to their names