Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter: https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter14
django-embed-video
documentation: https://django-embed-video.readthedocs.io/en/latest/- Django’s cache framework documentation: https://docs.djangoproject.com/en/5.0/topics/cache/
- Memcached Docker image: https://hub.docker.com/_/memcached
- Memcached downloads: https://memcached.org/downloads
- Memcached official website: https://memcached.org
- Django’s
CACHES
settings documentation: https://docs.djangoproject.com/en/5.0/ref/settings/#caches. pymemcache
's source code: https://github.com/pinterest/pymemcache- Django Redis cache backend: https://docs.djangoproject.com/en/5.0/topics/cache/#redis
- Official Redis Docker image: https://hub.docker.com/_/redis
- Redis download options:...