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/Chapter06
- Database indexes – https://docs.djangoproject.com/en/5.0/ref/models/options/#django.db.models.Options.indexes
- Many-to-many relationships – https://docs.djangoproject.com/en/5.0/topics/db/examples/many_to_many/
- Requests HTTP library for Python – https://docs.djangoproject.com/en/5.0/topics/db/examples/many_to_many/
- Pinterest Save Extension – https://help.pinterest.com/en/article/save-pins-with-the-pinterest-browser-button
- Static content for the account application – https://github.com/PacktPublishing/Django-5-by-Example/tree/main/Chapter06/bookmarks/images/static
- CSS selectors – https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors
- Locate DOM elements using CSS selectors – https://developer.mozilla...