django-redis

Recipe APP


Simple Recipe app which shows different kinds off recipe to the user.

Why Cache ?

Accessing data from cache is much faster than accessing it from main memory or any other type of storage
we have to use django-redis to implement cache in django with redis.

GitHub

View Github