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/Chapter03
django-taggit
: https://github.com/jazzband/django-taggitdjango-taggit
ORM managers: https://django-taggit.readthedocs.io/en/latest/api.html- Many-to-many relationships: https://docs.djangoproject.com/en/5.0/topics/db/examples/many_to_many/
- Django aggregation functions: https://docs.djangoproject.com/en/5.0/topics/db/aggregation/
- Built-in template tags and filters: https://docs.djangoproject.com/en/5.0/ref/templates/builtins/
- Writing custom template tags: https://docs.djangoproject.com/en/5.0/howto/custom-template-tags/
- Markdown format reference: https://daringfireball.net/projects/markdown/basics
- Django sitemap framework: https://docs.djangoproject.com/en/5.0/ref/contrib/sitemaps/
- Django sites...