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/Chapter07
- Custom user models: https://docs.djangoproject.com/en/5.0/topics/auth/customizing/#specifying-a-custom-user-model
- The
contenttypes
framework: https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/ - Built-in Django signals: https://docs.djangoproject.com/en/5.0/ref/signals/
- Application configuration classes: https://docs.djangoproject.com/en/5.0/ref/applications/
- Django Debug Toolbar documentation: https://django-debug-toolbar.readthedocs.io/
- Django Debug Toolbar third-party panels: https://django-debug-toolbar.readthedocs.io/en/latest/panels.html#third-party-panels
- Redis in-memory data store: https://redis.io/
- Official Redis Docker image: https://hub.docker.com/_/redis.
- Redis download...