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/Chapter02
- URL utility functions: https://docs.djangoproject.com/en/5.0/ref/urlresolvers/
- URL path converters: https://docs.djangoproject.com/en/5.0/topics/http/urls/#path-converters
- Django paginator class: https://docs.djangoproject.com/en/5.0/ref/paginator/
- Introduction to class-based views – https://docs.djangoproject.com/en/5.0/topics/class-based-views/intro/
- Sending emails with Django: https://docs.djangoproject.com/en/5.0/topics/email/
- The
python-decouple
library: https://github.com/HBNetwork/python-decouple - The
django-anymail
library: https://anymail.dev/en/stable/installation/ - The
django-anymail
supported email service providers: https://anymail.dev/en/stable/esps/ - Django form field types...