Cache a Django view using both Memcached and Redis
Check out the post.
- 
Fork/Clone 
- 
Pick one: Redis or Memcached 
- 
Run: $ python3 -m venv env && source env/bin/activate (env)$ pip install -r requirements.txt (env)$ python manage.py makemigrations (env)$ python manage.py migrate (env)$ python manage.py runserver