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-4-by-example/tree/main/Chapter07
- Custom user models – https://docs.djangoproject.com/en/4.1/topics/auth/customizing/#specifying-a-custom-user-model
- The
contenttypes
framework – https://docs.djangoproject.com/en/4.1/ref/contrib/contenttypes/ - Built-in Django signals – https://docs.djangoproject.com/en/4.1/ref/signals/
- Application configuration classes – https://docs.djangoproject.com/en/4.1/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/
- Docker download and...