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/Chapter05
- The Django messages framework – https://docs.djangoproject.com/en/5.0/ref/contrib/messages/
- Custom authentication sources – https://docs.djangoproject.com/en/5.0/topics/auth/customizing/#other-authentication-sources
- Automatic primary key fields – https://docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields
- Python Social Auth – https://github.com/python-social-auth
- Python Social Auth’s authentication backends – https://python-social-auth.readthedocs.io/en/latest/backends/index.html#supported-backends
- Django allowed hosts setting – https://docs.djangoproject.com/en/5.0/ref/settings/#allowed-hosts
- Django Extensions documentation – https://django-extensions.readthedocs.io/en/latest...